Home
last modified time | relevance | path

Searched refs:bytecode_array (Results 1 – 25 of 53) sorted by relevance

123

/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc87 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 …]
Dosr.cc18 : parameter_count_(info->bytecode_array()->parameter_count()), in OsrHelper()
20 info->bytecode_array()->register_count()) + in OsrHelper()
Dbytecode-analysis.h101 BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone,
165 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Dbytecode-graph-builder.cc399 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/
Dbytecode-array-random-iterator.cc14 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()
Dbytecode-array-iterator.cc18 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()
Dbytecode-array-iterator.h72 BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array,
106 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Dbytecode-array-random-iterator.h21 BytecodeArrayRandomIterator(Handle<BytecodeArray> bytecode_array, Zone* zone);
Dbytecode-array-writer.cc50 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()
Dbytecode-register.cc68 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
Dbytecode-register.h44 static Register bytecode_array();
/third_party/node/deps/v8/src/runtime/
Druntime-trace.cc125 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()
Druntime-debug.cc79 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/
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() argument
78 bytecode_array_ = 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() argument
33 : HandlerTable(bytecode_array.handler_table()) {} in HandlerTable()
Dhandler-table.h60 explicit HandlerTable(BytecodeArray bytecode_array);
Dexternal-reference.cc683 BytecodeArray bytecode_array = in BaselinePCForBytecodeOffset() local
686 bytecode_array); in BaselinePCForBytecodeOffset()
693 BytecodeArray bytecode_array = in BaselinePCForNextExecutedBytecode() local
696 bytecode_array); in BaselinePCForNextExecutedBytecode()
Doptimized-compilation-info.cc239 : shared_info(inlined_shared_info), bytecode_array(inlined_bytecode) { in InlinedFunctionHolder()
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc334 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/
Dbuiltins-async-function-gen.cc89 TNode<BytecodeArray> bytecode_array = in TF_BUILTIN() local
92 bytecode_array, BytecodeArray::kFrameSizeOffset)); in TF_BUILTIN()
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.h57 static void ApplySideEffectChecks(Handle<BytecodeArray> bytecode_array);
Ddebug-evaluate.cc1014 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()
Ddebug.cc288 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/
Dshared-function-info.tq12 bytecode_array: BytecodeArray;

123