Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-branch-analysis.h50 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
52 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-loop-analysis.h43 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
45 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-branch-analysis.cc16 : bytecode_array_(bytecode_array), in BytecodeBranchAnalysis()
Dbytecode-loop-analysis.cc18 : bytecode_array_(bytecode_array), in BytecodeLoopAnalysis()
Dbytecode-graph-builder.h229 return bytecode_array_; in bytecode_array()
277 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-graph-builder.cc492 bytecode_array_(handle(info->shared_info()->bytecode_array())), in BytecodeGraphBuilder()
1284 bytecode_array_->GetIsolate()->is_tail_call_elimination_enabled() in VisitTailCall()
/external/v8/src/interpreter/
Dbytecode-array-iterator.h31 return bytecode_array_; in bytecode_array()
57 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-array-iterator.cc17 : bytecode_array_(bytecode_array), in BytecodeArrayIterator()
/external/v8/src/
Dcompilation-info.h89 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()
90 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
193 bytecode_array_ = bytecode_array; in SetBytecodeArray()
361 Handle<BytecodeArray> bytecode_array_; variable