Home
last modified time | relevance | path

Searched refs:bytecode_array_ (Results 1 – 7 of 7) 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-branch-analysis.cc16 : bytecode_array_(bytecode_array), in BytecodeBranchAnalysis()
Dbytecode-graph-builder.h179 return bytecode_array_; in bytecode_array()
214 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-graph-builder.cc442 bytecode_array_(handle(info->shared_info()->bytecode_array())), in BytecodeGraphBuilder()
971 bytecode_array_->GetIsolate()->is_tail_call_elimination_enabled() in VisitTailCall()
/external/v8/src/interpreter/
Dbytecode-array-iterator.h29 return bytecode_array_; in bytecode_array()
54 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-array-iterator.cc16 : bytecode_array_(bytecode_array), in BytecodeArrayIterator()
/external/v8/src/
Dcompiler.h189 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()
190 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
303 bytecode_array_ = bytecode_array; in SetBytecodeArray()
503 Handle<BytecodeArray> bytecode_array_; variable