Home
last modified time | relevance | path

Searched defs:bytecode_array (Results 1 – 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
Dunoptimized-compilation-info.h76 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
77 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
Doptimized-compilation-info.h119 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
195 Handle<BytecodeArray> bytecode_array; // Explicit to prevent flushing. member
Dhandler-table.cc32 HandlerTable::HandlerTable(BytecodeArray bytecode_array) in HandlerTable()
Dexternal-reference.cc683 BytecodeArray bytecode_array = in BaselinePCForBytecodeOffset() local
693 BytecodeArray bytecode_array = in BaselinePCForNextExecutedBytecode() local
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-random-iterator.cc14 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator()
Dbytecode-register.cc68 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
Dbytecode-array-iterator.h106 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Dbytecode-array-iterator.cc18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayIterator()
Dbytecode-array-writer.cc50 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
/third_party/node/deps/v8/src/runtime/
Druntime-trace.cc125 Handle<BytecodeArray> bytecode_array = args.at<BytecodeArray>(0); in RUNTIME_FUNCTION() local
175 Handle<BytecodeArray> bytecode_array = args.at<BytecodeArray>(0); in RUNTIME_FUNCTION() local
Druntime-debug.cc79 BytecodeArray bytecode_array = shared.GetBytecodeArray(isolate); in RUNTIME_FUNCTION_RETURN_PAIR() local
Druntime-test.cc535 Handle<BytecodeArray> bytecode_array(frame->GetBytecodeArray(), isolate); in OffsetOfNextJumpLoop() local
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc87 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis()
274 Handle<BytecodeArray> bytecode_array, in UpdateOutLiveness()
367 Handle<BytecodeArray> bytecode_array, in UpdateOutLiveness()
386 Handle<BytecodeArray> bytecode_array, in UpdateLiveness()
412 Handle<BytecodeArray> bytecode_array, in UpdateLiveness()
Dbytecode-analysis.h165 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Djs-inlining.cc561 BytecodeArrayRef bytecode_array = shared_info->GetBytecodeArray(); in ReduceJSCall() local
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc1014 Handle<BytecodeArray> bytecode_array(info->GetBytecodeArray(isolate), in FunctionGetSideEffectState() local
1241 Handle<BytecodeArray> bytecode_array) { in ApplySideEffectChecks()
Ddebug.cc288 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local
323 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local
333 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local
350 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local
2848 BytecodeArray bytecode_array = shared.GetBytecodeArray(isolate_); in PerformSideEffectCheckAtBytecode() local
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc334 i::Address bytecode_array = base::Memory<i::Address>( in GetStackSample() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-async-function-gen.cc89 TNode<BytecodeArray> bytecode_array = in TF_BUILTIN() local
Dbuiltins-object-gen.cc1248 TNode<BytecodeArray> bytecode_array = in TF_BUILTIN() local
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc975 BytecodeArray bytecode_array = in DoComputeUnoptimizedFrame() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc941 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
1056 Register bytecode_array) { in ResetBytecodeAgeAndOsrState()
1130 Register bytecode_array = descriptor.GetRegisterParameter( in Generate_BaselineOutOfLinePrologue() local
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc931 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
1050 Register bytecode_array) { in ResetBytecodeAgeAndOsrState()
1126 Register bytecode_array = descriptor.GetRegisterParameter( in Generate_BaselineOutOfLinePrologue() local
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc992 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
1118 Register bytecode_array) { in ResetBytecodeAgeAndOsrState()
1188 Register bytecode_array = descriptor.GetRegisterParameter( in Generate_BaselineOutOfLinePrologue() local
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1141 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
1254 Register bytecode_array) { in ResetBytecodeAgeAndOsrState()
1325 Register bytecode_array = descriptor.GetRegisterParameter( in Generate_BaselineOutOfLinePrologue() local

12