/external/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 14 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
|
D | bytecode-array-random-iterator.cc | 14 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator()
|
D | bytecode-array-accessor.h | 80 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
|
D | bytecode-register.cc | 65 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
|
D | bytecode-array-writer.cc | 50 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
|
D | bytecode-array-accessor.cc | 18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor()
|
/external/v8/src/ |
D | unoptimized-compilation-info.h | 80 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function 81 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
|
D | handler-table.cc | 19 HandlerTable::HandlerTable(BytecodeArray* bytecode_array) in HandlerTable()
|
D | compiler.cc | 303 void InstallBytecodeArray(Handle<BytecodeArray> bytecode_array, in InstallBytecodeArray()
|
D | frames.cc | 1698 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
|
D | deoptimizer.cc | 966 Object* bytecode_array = shared->HasBreakInfo() in DoComputeInterpretedFrame() local
|
/external/v8/src/compiler/ |
D | bytecode-analysis.h | 153 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
|
D | bytecode-analysis.cc | 80 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() 208 const Handle<BytecodeArray>& bytecode_array = accessor.bytecode_array(); in UpdateOutLiveness() local
|
D | bytecode-graph-builder.h | 316 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 878 Handle<BytecodeArray> bytecode_array(info->GetBytecodeArray(), isolate); in FunctionGetSideEffectState() local 994 Handle<BytecodeArray> bytecode_array) { in ApplySideEffectChecks()
|
D | debug.cc | 249 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local 284 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local 294 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local 310 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local 2208 BytecodeArray* bytecode_array = shared->GetBytecodeArray(); in PerformSideEffectCheckAtBytecode() local
|
/external/v8/src/profiler/ |
D | tick-sample.cc | 258 i::Object* bytecode_array = i::Memory<i::Object*>( in GetStackSample() local
|
/external/v8/src/snapshot/ |
D | deserializer.cc | 262 BytecodeArray* bytecode_array = BytecodeArray::cast(obj); in PostProcessNewObject() local
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 59 BytecodeArray* bytecode_array = shared->GetBytecodeArray(); in RUNTIME_FUNCTION_RETURN_PAIR() local
|
/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 1468 Node* bytecode_array = LoadSharedFunctionInfoBytecodeArray(shared); in TF_BUILTIN() local
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 722 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 745 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 753 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 774 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 748 Register bytecode_array, in AdvanceBytecodeOffsetOrReturn()
|