summaryrefslogtreecommitdiff
path: root/deps/v8/src/codegen/arm/assembler-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/codegen/arm/assembler-arm.h')
-rw-r--r--deps/v8/src/codegen/arm/assembler-arm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/codegen/arm/assembler-arm.h b/deps/v8/src/codegen/arm/assembler-arm.h
index 5366ff1abf..9444abea18 100644
--- a/deps/v8/src/codegen/arm/assembler-arm.h
+++ b/deps/v8/src/codegen/arm/assembler-arm.h
@@ -388,7 +388,7 @@ class V8_EXPORT_PRIVATE Assembler : public AssemblerBase {
}
// ---------------------------------------------------------------------------
- // Code generation
+ // InstructionStream generation
// Insert the smallest number of nop instructions
// possible to align the pc offset to a multiple
@@ -1252,7 +1252,7 @@ class V8_EXPORT_PRIVATE Assembler : public AssemblerBase {
inline void emit(Instr x);
- // Code generation
+ // InstructionStream generation
// The relocation writer's position is at least kGap bytes below the end of
// the generated instructions. This is so that multi-instruction sequences do
// not have to check for overflow. The same is true for writes of large
@@ -1435,7 +1435,7 @@ class V8_EXPORT_PRIVATE V8_NODISCARD UseScratchRegisterScope {
private:
friend class Assembler;
- friend class TurboAssembler;
+ friend class MacroAssembler;
template <typename T>
bool CanAcquireVfp() const;