Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.h26 return bytecode_array_; in bytecode_array()
45 Handle<BytecodeArray> bytecode_array_;
Dbytecode-array-iterator.cc15 : bytecode_array_(bytecode_array), bytecode_offset_(0) {} in BytecodeArrayIterator()
/external/v8/src/compiler/
Dbytecode-branch-analysis.h64 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
67 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-branch-analysis.cc51 bytecode_array_(bytecode_array), in BytecodeBranchAnalysis()
Dbytecode-graph-builder.h186 return bytecode_array_; in bytecode_array()
222 Handle<BytecodeArray> bytecode_array_; variable
Dbytecode-graph-builder.cc385 bytecode_array_(handle(info()->shared_info()->bytecode_array())), in BytecodeGraphBuilder()
/external/v8/src/
Dcompiler.h176 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()
177 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()
286 bytecode_array_ = bytecode_array; in SetBytecodeArray()
490 Handle<BytecodeArray> bytecode_array_; variable