| /third_party/node/deps/v8/src/compiler/ |
| D | bytecode-analysis.cc | 87 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() argument 90 : bytecode_array_(bytecode_array), in BytecodeAnalysis() 274 Handle<BytecodeArray> bytecode_array, in UpdateOutLiveness() argument 312 bytecode_array->register_count(), zone); in UpdateOutLiveness() 337 HandlerTable table(*bytecode_array); in UpdateOutLiveness() 367 Handle<BytecodeArray> bytecode_array, in UpdateOutLiveness() argument 373 liveness, next_bytecode_in_liveness, iterator, bytecode_array, \ in UpdateOutLiveness() 386 Handle<BytecodeArray> bytecode_array, in UpdateLiveness() argument 389 liveness, *next_bytecode_in_liveness, iterator, bytecode_array, in UpdateLiveness() 412 Handle<BytecodeArray> bytecode_array, in UpdateLiveness() argument [all …]
|
| D | osr.cc | 18 : parameter_count_(info->bytecode_array()->parameter_count()), in OsrHelper() 20 info->bytecode_array()->register_count()) + in OsrHelper()
|
| D | bytecode-analysis.h | 101 BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone, 165 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
|
| D | bytecode-graph-builder.cc | 399 BytecodeArrayRef bytecode_array() const { return bytecode_array_; } in bytecode_array() function in v8::internal::compiler::BytecodeGraphBuilder 1048 bytecode_array().parameter_count(), bytecode_array().register_count(), in BytecodeGraphBuilder() 1051 bytecode_array().SourcePositionTable())), in BytecodeGraphBuilder() 1052 bytecode_iterator_(bytecode_array().object()), in BytecodeGraphBuilder() 1054 bytecode_array().object(), local_zone, osr_offset, in BytecodeGraphBuilder() 1143 bytecode_array().parameter_count()); in CreateGraph() 1146 Environment env(this, bytecode_array().register_count(), in CreateGraph() 1147 bytecode_array().parameter_count(), in CreateGraph() 1148 bytecode_array().incoming_new_target_or_generator_register(), in CreateGraph() 3666 int parameter_count_without_receiver = bytecode_array().parameter_count() - 1; in VisitSuspendGenerator() [all …]
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | bytecode-array-random-iterator.cc | 14 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator() argument 15 : BytecodeArrayIterator(bytecode_array, 0), offsets_(zone) { in BytecodeArrayRandomIterator() 16 offsets_.reserve(bytecode_array->length() / 2); in BytecodeArrayRandomIterator()
|
| D | bytecode-array-iterator.cc | 18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayIterator() argument 19 : bytecode_array_(bytecode_array), in BytecodeArrayIterator() 40 bytecode_array()->GetFirstBytecodeAddress() + offset); in SetOffset() 204 return handle(bytecode_array()->constant_pool().get(index), isolate); in GetConstantAtIndex() 208 return bytecode_array()->constant_pool().get(index).IsSmi(); in IsConstantAtIndexSmi() 212 return Smi::cast(bytecode_array()->constant_pool().get(index)); in GetConstantAtIndexAsSmi()
|
| D | bytecode-array-iterator.h | 72 BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array, 106 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
|
| D | bytecode-array-random-iterator.h | 21 BytecodeArrayRandomIterator(Handle<BytecodeArray> bytecode_array, Zone* zone);
|
| D | bytecode-array-writer.cc | 50 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local 53 bytecode_array->set_handler_table(*handler_table); in ToBytecodeArray() 54 return bytecode_array; in ToBytecodeArray()
|
| D | bytecode-register.cc | 68 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
|
| D | bytecode-register.h | 44 static Register bytecode_array();
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-trace.cc | 125 Handle<BytecodeArray> bytecode_array = args.at<BytecodeArray>(0); in RUNTIME_FUNCTION() local 130 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION() 137 bytecode_array->GetFirstBytecodeAddress()); in RUNTIME_FUNCTION() 175 Handle<BytecodeArray> bytecode_array = args.at<BytecodeArray>(0); in RUNTIME_FUNCTION() local 180 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
|
| D | runtime-debug.cc | 79 BytecodeArray bytecode_array = shared.GetBytecodeArray(isolate); in RUNTIME_FUNCTION_RETURN_PAIR() local 81 Bytecode bytecode = Bytecodes::FromByte(bytecode_array.get(bytecode_offset)); in RUNTIME_FUNCTION_RETURN_PAIR() 88 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | unoptimized-compilation-info.h | 76 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function 77 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray() argument 78 bytecode_array_ = bytecode_array; in SetBytecodeArray()
|
| D | optimized-compilation-info.h | 119 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function 195 Handle<BytecodeArray> bytecode_array; // Explicit to prevent flushing. member
|
| D | handler-table.cc | 32 HandlerTable::HandlerTable(BytecodeArray bytecode_array) in HandlerTable() argument 33 : HandlerTable(bytecode_array.handler_table()) {} in HandlerTable()
|
| D | handler-table.h | 60 explicit HandlerTable(BytecodeArray bytecode_array);
|
| D | external-reference.cc | 683 BytecodeArray bytecode_array = in BaselinePCForBytecodeOffset() local 686 bytecode_array); in BaselinePCForBytecodeOffset() 693 BytecodeArray bytecode_array = in BaselinePCForNextExecutedBytecode() local 696 bytecode_array); in BaselinePCForNextExecutedBytecode()
|
| D | optimized-compilation-info.cc | 239 : shared_info(inlined_shared_info), bytecode_array(inlined_bytecode) { in InlinedFunctionHolder()
|
| /third_party/node/deps/v8/src/profiler/ |
| D | tick-sample.cc | 334 i::Address bytecode_array = base::Memory<i::Address>( in GetStackSample() local 341 if (HAS_STRONG_HEAP_OBJECT_TAG(bytecode_array) && in GetStackSample() 344 bytecode_array + i::Internals::SmiValue(bytecode_offset)); in GetStackSample()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-async-function-gen.cc | 89 TNode<BytecodeArray> bytecode_array = in TF_BUILTIN() local 92 bytecode_array, BytecodeArray::kFrameSizeOffset)); in TF_BUILTIN()
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-evaluate.h | 57 static void ApplySideEffectChecks(Handle<BytecodeArray> bytecode_array);
|
| D | debug-evaluate.cc | 1014 Handle<BytecodeArray> bytecode_array(info->GetBytecodeArray(isolate), in FunctionGetSideEffectState() local 1017 bytecode_array->Print(); in FunctionGetSideEffectState() 1020 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in FunctionGetSideEffectState() 1241 Handle<BytecodeArray> bytecode_array) { in ApplySideEffectChecks() argument 1242 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in ApplySideEffectChecks()
|
| D | debug.cc | 288 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local 290 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset())); in GetDebugBreakType() 295 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset() + 1)); in GetDebugBreakType() 323 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local 325 interpreter::BytecodeArrayIterator(bytecode_array, code_offset()) in SetDebugBreak() 333 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local 335 bytecode_array.set(code_offset(), original.get(code_offset())); in ClearDebugBreak() 350 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local 352 handle(bytecode_array, isolate()), code_offset()); in GetBreakLocation() 2848 BytecodeArray bytecode_array = shared.GetBytecodeArray(isolate_); in PerformSideEffectCheckAtBytecode() local [all …]
|
| /third_party/node/deps/v8/src/objects/ |
| D | shared-function-info.tq | 12 bytecode_array: BytecodeArray;
|