| /external/v8/src/compiler/ |
| D | bytecode-branch-analysis.h | 14 class BytecodeArray; variable 27 BytecodeBranchAnalysis(Handle<BytecodeArray> bytecode_array, Zone* zone); 50 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() 52 Handle<BytecodeArray> bytecode_array_;
|
| D | bytecode-loop-analysis.h | 14 class BytecodeArray; variable 22 BytecodeLoopAnalysis(Handle<BytecodeArray> bytecode_array, 43 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() 45 Handle<BytecodeArray> bytecode_array_;
|
| D | bytecode-branch-analysis.cc | 15 Handle<BytecodeArray> bytecode_array, Zone* zone) in BytecodeBranchAnalysis()
|
| D | bytecode-loop-analysis.cc | 16 Handle<BytecodeArray> bytecode_array, in BytecodeLoopAnalysis()
|
| D | bytecode-graph-builder.h | 228 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() 277 Handle<BytecodeArray> bytecode_array_;
|
| /external/v8/src/runtime/ |
| D | runtime-interpreter.cc | 109 CONVERT_ARG_HANDLE_CHECKED(BytecodeArray, bytecode_array, 0); in RUNTIME_FUNCTION() 114 int offset = bytecode_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in RUNTIME_FUNCTION() 137 CONVERT_ARG_HANDLE_CHECKED(BytecodeArray, bytecode_array, 0); in RUNTIME_FUNCTION() 141 int offset = bytecode_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in RUNTIME_FUNCTION() 177 CONVERT_ARG_HANDLE_CHECKED(BytecodeArray, bytecode_array, 0); in RUNTIME_FUNCTION() 180 int offset = bytecode_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in RUNTIME_FUNCTION() 184 offset = it.current_offset() + BytecodeArray::kHeaderSize - kHeapObjectTag; in RUNTIME_FUNCTION()
|
| /external/v8/src/interpreter/ |
| D | bytecode-array-iterator.h | 21 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array); 30 const Handle<BytecodeArray>& bytecode_array() const { in bytecode_array() 57 Handle<BytecodeArray> bytecode_array_;
|
| D | bytecode-dead-code-optimizer.h | 29 Handle<BytecodeArray> ToBytecodeArray( in NON_EXPORTED_BASE()
|
| D | bytecode-dead-code-optimizer.cc | 16 Handle<BytecodeArray> BytecodeDeadCodeOptimizer::ToBytecodeArray( in ToBytecodeArray()
|
| D | bytecode-peephole-optimizer.h | 33 Handle<BytecodeArray> ToBytecodeArray( in NON_EXPORTED_BASE()
|
| D | bytecode-array-writer.h | 38 Handle<BytecodeArray> ToBytecodeArray( in NON_EXPORTED_BASE()
|
| D | bytecode-array-writer.cc | 34 Handle<BytecodeArray> BytecodeArrayWriter::ToBytecodeArray( in ToBytecodeArray() 43 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray()
|
| D | interpreter-assembler.cc | 461 BytecodeArray::kConstantPoolOffset); in LoadConstantPoolEntry() 470 BytecodeArray::kConstantPoolOffset); in LoadAndUntagConstantPoolEntry() 890 IntPtrConstant(BytecodeArray::kInterruptBudgetOffset - kHeapObjectTag); in UpdateInterruptBudget() 1176 Int32Sub(Int32Constant(kHeapObjectTag + BytecodeArray::kHeaderSize), in UpdateInterruptBudgetOnReturn() 1191 IntPtrConstant(BytecodeArray::kOSRNestingLevelOffset - kHeapObjectTag); in LoadOSRNestingLevel() 1264 bytecode_array, BytecodeArray::kFrameSizeOffset, MachineType::Int32()); in RegisterCount()
|
| D | bytecode-array-iterator.cc | 16 Handle<BytecodeArray> bytecode_array) in BytecodeArrayIterator()
|
| D | bytecode-generator.h | 28 Handle<BytecodeArray> FinalizeBytecode(Isolate* isolate);
|
| D | bytecode-peephole-optimizer.cc | 21 Handle<BytecodeArray> BytecodePeepholeOptimizer::ToBytecodeArray( in ToBytecodeArray()
|
| /external/v8/src/ |
| D | compilation-info.h | 90 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array() 192 void SetBytecodeArray(Handle<BytecodeArray> bytecode_array) { in SetBytecodeArray() 361 Handle<BytecodeArray> bytecode_array_;
|
| D | source-position-table.h | 19 class BytecodeArray; variable
|
| D | frames.cc | 1372 BytecodeArray* bytecode = function()->shared()->bytecode_array(); in LookupExceptionHandlerInTable() 1383 return raw_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in GetBytecodeOffset() 1394 return raw_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in GetBytecodeOffset() 1402 int raw_offset = new_offset + BytecodeArray::kHeaderSize - kHeapObjectTag; in PatchBytecodeOffset() 1406 BytecodeArray* InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray() 1411 return BytecodeArray::cast(GetExpression(index)); in GetBytecodeArray() 1414 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray() 1596 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print()
|
| D | objects-body-descriptors-inl.h | 195 class BytecodeArray::BodyDescriptor final : public BodyDescriptorBase { 219 return reinterpret_cast<BytecodeArray*>(obj)->BytecodeArraySize(); in SizeOf() 551 return Op::template apply<BytecodeArray::BodyDescriptor>(p1, p2, p3); in BodyDescriptorApply()
|
| D | objects-inl.h | 659 TYPE_CHECKER(BytecodeArray, BYTECODE_ARRAY_TYPE) in TYPE_CHECKER() 3284 CAST_ACCESSOR(BytecodeArray) in CAST_ACCESSOR() 4168 byte BytecodeArray::get(int index) { in get() 4174 void BytecodeArray::set(int index, byte value) { in set() 4180 void BytecodeArray::set_frame_size(int frame_size) { in set_frame_size() 4187 int BytecodeArray::frame_size() const { in frame_size() 4192 int BytecodeArray::register_count() const { in register_count() 4197 void BytecodeArray::set_parameter_count(int number_of_parameters) { in set_parameter_count() 4205 int BytecodeArray::interrupt_budget() const { in interrupt_budget() 4209 void BytecodeArray::set_interrupt_budget(int interrupt_budget) { in set_interrupt_budget() [all …]
|
| D | factory.h | 347 Handle<BytecodeArray> NewBytecodeArray(int length, const byte* raw_bytecodes, 617 Handle<BytecodeArray> CopyBytecodeArray(Handle<BytecodeArray>);
|
| /external/v8/src/heap/ |
| D | objects-visiting-inl.h | 113 HeapObject::RawField(object, BytecodeArray::kConstantPoolOffset), in VisitBytecodeArray() 114 HeapObject::RawField(object, BytecodeArray::kFrameSizeOffset)); in VisitBytecodeArray() 115 return reinterpret_cast<BytecodeArray*>(object)->BytecodeArraySize(); in VisitBytecodeArray() 162 &FixedBodyVisitor<StaticVisitor, BytecodeArray::MarkingBodyDescriptor, in Initialize()
|
| D | object-stats.h | 144 void RecordBytecodeArrayDetails(BytecodeArray* obj);
|
| /external/v8/src/extensions/ |
| D | statistics-extension.cc | 157 BytecodeArray::cast(obj)->source_position_table()->Size(); in GetCounters()
|