Searched refs:bytecode_array_ (Results 1 – 7 of 7) sorted by relevance
26 return bytecode_array_; in bytecode_array()45 Handle<BytecodeArray> bytecode_array_;
15 : bytecode_array_(bytecode_array), bytecode_offset_(0) {} in BytecodeArrayIterator()
64 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()67 Handle<BytecodeArray> bytecode_array_; variable
51 bytecode_array_(bytecode_array), in BytecodeBranchAnalysis()
186 return bytecode_array_; in bytecode_array()222 Handle<BytecodeArray> bytecode_array_; variable
385 bytecode_array_(handle(info()->shared_info()->bytecode_array())), in BytecodeGraphBuilder()
176 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