| /external/v8/test/cctest/interpreter/ |
| D | test-interpreter.cc | 30 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 47 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 63 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 80 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 96 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 112 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 130 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 144 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 158 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local 173 Handle<BytecodeArray> bytecode_array = builder.ToBytecodeArray(); in TEST() local [all …]
|
| D | source-position-matcher.cc | 164 Handle<BytecodeArray> bytecode_array, in StripUnneededExpressionPositions() 191 Handle<BytecodeArray> bytecode_array, int start_offset, int end_offset) { in ExpressionPositionIsNeeded()
|
| D | bytecode-expectations-printer.cc | 343 i::Handle<i::BytecodeArray> bytecode_array = in PrintExpectation() local
|
| /external/v8/src/interpreter/ |
| D | bytecode-array-iterator.h | 28 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
|
| D | bytecode-array-iterator.cc | 15 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
|
| D | bytecode-array-writer.cc | 47 Handle<BytecodeArray> bytecode_array = isolate_->factory()->NewBytecodeArray( in ToBytecodeArray() local
|
| D | interpreter-assembler.cc | 709 Node* bytecode_array = LoadRegister(Register::bytecode_array()); in RegisterCount() local
|
| D | bytecodes.cc | 875 Register Register::bytecode_array() { in bytecode_array() function in v8::internal::interpreter::Register
|
| /external/v8/src/compiler/ |
| D | bytecode-branch-analysis.h | 50 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function
|
| D | bytecode-branch-analysis.cc | 15 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeBranchAnalysis()
|
| D | bytecode-graph-builder.h | 178 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() function
|
| /external/v8/src/profiler/ |
| D | tick-sample.cc | 158 Address bytecode_array = in GetStackSample() local
|
| /external/v8/src/debug/ |
| D | debug-frames.cc | 75 BytecodeArray* bytecode_array = frame->GetBytecodeArray(); in GetSourcePosition() local
|
| D | debug.cc | 228 BytecodeArray* bytecode_array = debug_info_->original_bytecode_array(); in GetDebugBreakType() local 410 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in SetDebugBreak() local 433 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in ClearDebugBreak() local 450 BytecodeArray* bytecode_array = abstract_code()->GetBytecodeArray(); in IsDebugBreak() local
|
| /external/v8/src/ |
| D | compiler.h | 190 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() function 302 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray()
|
| D | frames.cc | 1257 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
|
| D | factory.cc | 1489 Handle<BytecodeArray> bytecode_array) { in CopyBytecodeArray()
|
| D | deoptimizer.cc | 1246 Object* bytecode_array = shared->bytecode_array(); in DoComputeInterpretedFrame() local
|
| D | objects-inl.h | 6013 BytecodeArray* SharedFunctionInfo::bytecode_array() { in bytecode_array() function
|
| /external/v8/src/runtime/ |
| D | runtime-debug.cc | 53 BytecodeArray* bytecode_array = shared->bytecode_array(); in RUNTIME_FUNCTION() local
|
| /external/v8/src/heap/ |
| D | heap.cc | 3406 AllocationResult Heap::CopyBytecodeArray(BytecodeArray* bytecode_array) { in CopyBytecodeArray()
|