/external/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 13 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
|
D | bytecode-array-random-iterator.cc | 13 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeArrayRandomIterator()
|
D | bytecode-array-accessor.h | 31 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
|
D | bytecode-register.cc | 75 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
|
D | bytecode-array-accessor.cc | 16 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor()
|
D | bytecode-array-writer.cc | 44 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray() local
|
D | interpreter-assembler.cc | 1350 Node* bytecode_array = LoadRegister(Register::bytecode_array()); in RegisterCount() local
|
/external/v8/src/compiler/ |
D | bytecode-analysis.h | 104 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
|
D | bytecode-analysis.cc | 84 BytecodeAnalysis::BytecodeAnalysis(Handle<BytecodeArray> bytecode_array, in BytecodeAnalysis() 183 const Handle<BytecodeArray>& bytecode_array = accessor.bytecode_array(); in UpdateOutLiveness() local
|
D | bytecode-graph-builder.h | 248 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
|
/external/v8/src/profiler/ |
D | tick-sample.cc | 258 i::Address bytecode_array = in GetStackSample() local
|
/external/v8/src/ |
D | compilation-info.h | 92 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function 192 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
|
D | frames.cc | 1620 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
|
D | factory.cc | 1729 Handle<BytecodeArray> bytecode_array) { in CopyBytecodeArray()
|
D | deoptimizer.cc | 1211 Object* bytecode_array = shared->HasDebugInfo() in DoComputeInterpretedFrame() local
|
D | objects-inl.h | 6188 BytecodeArray* SharedFunctionInfo::bytecode_array() const { in bytecode_array() function
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 522 Handle<BytecodeArray> bytecode_array(info->bytecode_array()); in FunctionHasNoSideEffect() local
|
D | debug.cc | 294 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local 325 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in SetDebugBreak() local 339 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local 348 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in IsDebugBreak() local
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 58 BytecodeArray* bytecode_array = shared->bytecode_array(); in RUNTIME_FUNCTION() local
|
/external/v8/src/heap/ |
D | heap.cc | 3451 AllocationResult Heap::CopyBytecodeArray(BytecodeArray* bytecode_array) { in CopyBytecodeArray()
|