Home
last modified time | relevance | path

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

12

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc14 std::unique_ptr<AbstractBytecodeArray> bytecode_array) in BytecodeArrayIterator()
18 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
Dbytecode-array-random-iterator.cc14 std::unique_ptr<AbstractBytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator()
20 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator()
Dbytecode-array-accessor.h106 AbstractBytecodeArray* bytecode_array() const { in bytecode_array() function
Dbytecode-array-accessor.cc21 explicit OnHeapBytecodeArray(Handle<BytecodeArray> bytecode_array) in OnHeapBytecodeArray()
58 std::unique_ptr<AbstractBytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor()
67 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor()
Dbytecode-register.cc65 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
Dbytecode-array-writer.cc50 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
/external/v8/src/codegen/
Dunoptimized-compilation-info.h72 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
73 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
Doptimized-compilation-info.h112 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
196 Handle<BytecodeArray> bytecode_array; // Explicit to prevent flushing. member
Dhandler-table.cc27 HandlerTable::HandlerTable(BytecodeArray bytecode_array) in HandlerTable()
Dcompiler.cc500 Handle<BytecodeArray> bytecode_array(shared_info->GetBytecodeArray(), in InstallInterpreterTrampolineCopy() local
/external/v8/src/compiler/
Dbytecode-analysis.cc81 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis()
211 Handle<BytecodeArray> bytecode_array, in UpdateOutLiveness()
271 Handle<BytecodeArray> bytecode_array, in UpdateLiveness()
Dbytecode-analysis.h156 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
Djs-inlining.cc449 BytecodeArrayRef bytecode_array = shared_info->GetBytecodeArray(); in ReduceJSCall() local
Dserializer-for-background-compilation.cc1188 Handle<BytecodeArray> bytecode_array) in HandlerRangeMatcher()
1257 Handle<BytecodeArray> SerializerForBackgroundCompilation::bytecode_array() in bytecode_array() function in v8::internal::compiler::SerializerForBackgroundCompilation
Djs-heap-broker.cc5349 Handle<BytecodeArray> bytecode_array, BailoutId osr_bailout_id, in GetBytecodeAnalysis()
5386 OffHeapBytecodeArray::OffHeapBytecodeArray(BytecodeArrayRef bytecode_array) in OffHeapBytecodeArray()
/external/v8/src/debug/
Ddebug-evaluate.cc910 Handle<BytecodeArray> bytecode_array(info->GetBytecodeArray(), isolate); in FunctionGetSideEffectState() local
1123 Handle<BytecodeArray> bytecode_array) { in ApplySideEffectChecks()
Ddebug.cc252 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local
287 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local
297 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local
313 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local
2432 BytecodeArray bytecode_array = shared.GetBytecodeArray(); in PerformSideEffectCheckAtBytecode() local
/external/v8/src/profiler/
Dtick-sample.cc281 i::Address bytecode_array = base::Memory<i::Address>( in GetStackSample() local
/external/v8/src/builtins/
Dbuiltins-async-function-gen.cc90 TNode<BytecodeArray> bytecode_array = in TF_BUILTIN() local
Dbuiltins-object-gen.cc1193 TNode<BytecodeArray> bytecode_array = in TF_BUILTIN() local
/external/v8/src/runtime/
Druntime-debug.cc80 BytecodeArray bytecode_array = shared.GetBytecodeArray(); in RUNTIME_FUNCTION_RETURN_PAIR() local
/external/v8/src/snapshot/
Ddeserializer.cc460 Handle<BytecodeArray> bytecode_array = Handle<BytecodeArray>::cast(obj); in PostProcessNewObject() local
/external/v8/src/execution/
Dframes.cc1748 void InterpretedFrame::PatchBytecodeArray(BytecodeArray bytecode_array) { in PatchBytecodeArray()
/external/v8/src/heap/
Dfactory.cc1971 Handle<BytecodeArray> bytecode_array) { in CopyBytecodeArray()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc1108 Object bytecode_array = shared.HasBreakInfo() in DoComputeInterpretedFrame() local

12