Home
last modified time | relevance | path

Searched refs:bytecode_array_ (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dunoptimized-compilation-info.h79 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()
80 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
82 bytecode_array_ = bytecode_array; in SetBytecodeArray()
124 Handle<BytecodeArray> bytecode_array_; variable
/external/v8/src/interpreter/
Dbytecode-array-accessor.h81 return bytecode_array_; in bytecode_array()
124 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-array-accessor.cc19 : bytecode_array_(bytecode_array), in BytecodeArrayAccessor()
36 interpreter::Bytecodes::FromByte(bytecode_array_->get(bytecode_offset_)); in ApplyDebugBreak()
40 bytecode_array_->set(bytecode_offset_, in ApplyDebugBreak()
Dinterpreter-assembler.h424 CodeStubAssembler::Variable bytecode_array_; variable
Dinterpreter-assembler.cc38 bytecode_array_, MachineRepresentation::kTagged, in InterpreterAssembler()
121 bytecode_array_.Bind(LoadRegister(Register::bytecode_array())); in BytecodeArrayTaggedPointer()
124 return bytecode_array_.value(); in BytecodeArrayTaggedPointer()
/external/v8/src/compiler/
Dbytecode-analysis.h153 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
156 Handle<BytecodeArray> bytecode_array_;
Dbytecode-graph-builder.h317 return bytecode_array_; in bytecode_array()
382 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-analysis.cc82 : bytecode_array_(bytecode_array), in BytecodeAnalysis()
553 {loop_header, LoopInfo(parent_offset, bytecode_array_->parameter_count(), in PushLoop()
554 bytecode_array_->register_count(), zone_)}); in PushLoop()
Dbytecode-graph-builder.cc526 bytecode_array_( in BytecodeGraphBuilder()