/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.cc | 29 bytecode_(bytecode), in InterpreterAssembler() 68 Bytecodes::GetImplicitRegisterUse(bytecode_)); in ~InterpreterAssembler() 75 } else if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in GetInterpretedFramePointer() 84 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in BytecodeOffset() 142 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in DispatchTablePointer() 157 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator() 164 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator() 250 Bytecodes::GetOperandType(bytecode_, operand_index)); in LoadRegisterPairAtOperandIndex() 260 Bytecodes::GetOperandType(bytecode_, operand_index))); in GetRegisterListAtOperandIndex() 262 Bytecodes::GetOperandType(bytecode_, operand_index + 1)); in GetRegisterListAtOperandIndex() [all …]
|
D | bytecode-node.h | 23 : bytecode_(bytecode), in bytecode_() function 32 : bytecode_(bytecode), in bytecode_() function 43 : bytecode_(bytecode), in bytecode_() function 55 : bytecode_(bytecode), in bytecode_() function 69 : bytecode_(bytecode), in bytecode_() function 84 : bytecode_(bytecode), in bytecode_() function 108 Bytecode bytecode() const { return bytecode_; } in bytecode() 139 : bytecode_(bytecode), in bytecode_() function 264 Bytecode bytecode_; variable
|
D | bytecode-node.cc | 18 os << Bytecodes::ToString(bytecode_); in Print()
|
D | interpreter-assembler.h | 279 Bytecode bytecode() const { return bytecode_; } in bytecode() 420 Bytecode bytecode_; variable
|
/third_party/node/deps/v8/src/baseline/mips/ |
D | baseline-compiler-mips-inl.h | 22 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 25 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 34 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 36 int register_count = bytecode_->register_count(); in PrologueFillFrame() 69 bytecode_->frame_size())); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
D | baseline-compiler-riscv64-inl.h | 22 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 25 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 33 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 35 int register_count = bytecode_->register_count(); in PrologueFillFrame() 68 bytecode_->frame_size())); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/baseline/mips64/ |
D | baseline-compiler-mips64-inl.h | 22 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 25 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 34 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 36 int register_count = bytecode_->register_count(); in PrologueFillFrame() 69 bytecode_->frame_size())); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/baseline/loong64/ |
D | baseline-compiler-loong64-inl.h | 22 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 25 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 34 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 36 int register_count = bytecode_->register_count(); in PrologueFillFrame() 69 bytecode_->frame_size())); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/baseline/x64/ |
D | baseline-compiler-x64-inl.h | 22 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 25 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 34 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 41 int register_count = bytecode_->register_count(); in PrologueFillFrame() 87 bytecode_->frame_size())); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/baseline/s390/ |
D | baseline-compiler-s390-inl.h | 22 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 25 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 34 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 40 int register_count = bytecode_->register_count(); in PrologueFillFrame() 89 bytecode_->frame_size())); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/baseline/arm/ |
D | baseline-compiler-arm-inl.h | 22 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 25 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 34 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 40 int register_count = bytecode_->register_count(); in PrologueFillFrame() 89 bytecode_->frame_size())); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/baseline/ia32/ |
D | baseline-compiler-ia32-inl.h | 21 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 24 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 33 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 39 int register_count = bytecode_->register_count(); in PrologueFillFrame() 85 bytecode_->frame_size())); in VerifyFrameSize()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-compilation-unit.cc | 20 bytecode_(shared_function_info_.GetBytecodeArray()), in MaglevCompilationUnit() 22 bytecode_analysis_(bytecode_.object(), zone(), BytecodeOffset::None(), in MaglevCompilationUnit() 24 register_count_(bytecode_.register_count()), in MaglevCompilationUnit() 25 parameter_count_(bytecode_.parameter_count()), in MaglevCompilationUnit()
|
D | maglev-compilation-unit.h | 44 const compiler::BytecodeArrayRef& bytecode() const { return bytecode_; } in bytecode() 63 const compiler::BytecodeArrayRef bytecode_; variable
|
/third_party/node/deps/v8/src/baseline/arm64/ |
D | baseline-compiler-arm64-inl.h | 22 bytecode_->frame_size() + max_call_args_ * kSystemPointerSize; in Prologue() 25 max_frame_size, kJavaScriptCallNewTargetRegister, bytecode_); in Prologue() 36 bytecode_->incoming_new_target_or_generator_register(); in PrologueFillFrame() 42 int register_count = bytecode_->register_count(); in PrologueFillFrame() 109 bytecode_->frame_size(), in VerifyFrameSize()
|
/third_party/node/deps/v8/src/regexp/experimental/ |
D | experimental-interpreter.cc | 145 bytecode_(ToInstructionVector(bytecode, no_gc_)), in NfaInterpreter() 157 DCHECK(!bytecode_.empty()); in NfaInterpreter() 278 bytecode_ = ToInstructionVector(bytecode_object_, no_gc_); in HandleInterrupts() 378 RegExpInstruction inst = bytecode_[t.pc]; in RunActiveThread() 450 RegExpInstruction inst = bytecode_[t.pc]; in FlushBlockedThreads() 520 base::Vector<const RegExpInstruction> bytecode_; member in v8::internal::__anon1391876d0111::NfaInterpreter
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-bytecode-peephole.cc | 154 int bytecode_; member in v8::internal::__anon92f09d870111::BytecodeSequenceNode 277 : bytecode_(bytecode), in BytecodeSequenceNode() 295 if (bytecode_ != kDummyBytecode) { in FollowedBy() 296 new_node->start_offset_ = start_offset_ + RegExpBytecodeLength(bytecode_); in FollowedBy() 322 DCHECK_LT(argument_offset, RegExpBytecodeLength(ref_node.bytecode_)); in MapArgument() 337 DCHECK_LT(argument_offset, RegExpBytecodeLength(bytecode_)); in IfArgumentEqualsOffset() 353 DCHECK_LT(argument_offset, RegExpBytecodeLength(bytecode_)); in IfArgumentEqualsValueAtOffset() 359 DCHECK_LT(other_argument_offset, RegExpBytecodeLength(ref_node.bytecode_)); in IfArgumentEqualsValueAtOffset() 379 DCHECK_LT(argument_offset, RegExpBytecodeLength(ref_node.bytecode_)); in IgnoreArgument() 413 return start_offset_ + RegExpBytecodeLength(bytecode_); in SequenceLength()
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline-batch-compiler.cc | 40 bytecode_(handles->NewHandle(sfi.GetBytecodeArray(isolate))) { in BaselineCompilerTask() 49 BaselineCompiler compiler(local_isolate, shared_function_info_, bytecode_); in Compile() 89 Handle<BytecodeArray> bytecode_; member in v8::internal::baseline::BaselineCompilerTask
|
D | baseline-compiler.cc | 272 bytecode_(bytecode), in BaselineCompiler() 276 iterator_(bytecode_), in BaselineCompiler() 278 labels_(zone_.NewArray<BaselineLabels*>(bytecode_->length())) { in BaselineCompiler() 279 MemsetPointer(labels_, nullptr, bytecode_->length()); in BaselineCompiler() 286 base::bits::RoundUpToPowerOfTwo(16 + bytecode_->Size() / 4)); in BaselineCompiler() 335 code_builder.set_interpreter_data(bytecode_); in Build() 565 CallRuntime(function_id, bytecode_, in TraceBytecode() 2172 int parameter_count = bytecode_->parameter_count(); in VisitReturn()
|
D | baseline-compiler.h | 165 Handle<BytecodeArray> bytecode_; variable
|