Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-info.h91 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()
92 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
193 bytecode_array_ = bytecode_array; in SetBytecodeArray()
363 Handle<BytecodeArray> bytecode_array_; variable
/external/v8/src/interpreter/
Dbytecode-array-accessor.h32 return bytecode_array_; in bytecode_array()
64 Handle<BytecodeArray> bytecode_array_; variable
Dinterpreter-assembler.cc35 bytecode_array_(this, MachineRepresentation::kTagged), in InterpreterAssembler()
47 bytecode_array_.Bind( in InterpreterAssembler()
180 (bytecode_array_.value() == in BytecodeArrayTaggedPointer()
182 bytecode_array_.Bind(LoadRegister(Register::bytecode_array())); in BytecodeArrayTaggedPointer()
184 return bytecode_array_.value(); in BytecodeArrayTaggedPointer()
Dbytecode-array-accessor.cc17 : bytecode_array_(bytecode_array), in BytecodeArrayAccessor()
Dinterpreter-assembler.h343 CodeStubAssembler::Variable bytecode_array_; variable
/external/v8/src/compiler/
Dbytecode-analysis.h104 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
107 Handle<BytecodeArray> bytecode_array_;
Dbytecode-graph-builder.h249 return bytecode_array_; in bytecode_array()
290 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-analysis.cc86 : bytecode_array_(bytecode_array), in BytecodeAnalysis()
399 {loop_header, LoopInfo(parent_offset, bytecode_array_->parameter_count(), in PushLoop()
400 bytecode_array_->register_count(), zone_)}); in PushLoop()
Dbytecode-graph-builder.cc472 bytecode_array_(handle(shared_info->bytecode_array())), in BytecodeGraphBuilder()
1357 bytecode_array_->GetIsolate()->is_tail_call_elimination_enabled() in VisitTailCall()