Searched refs:bytecode_array_ (Results 1 – 7 of 7) sorted by relevance
50 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()52 Handle<BytecodeArray> bytecode_array_; variable
16 : bytecode_array_(bytecode_array), in BytecodeBranchAnalysis()
179 return bytecode_array_; in bytecode_array()214 Handle<BytecodeArray> bytecode_array_; variable
442 bytecode_array_(handle(info->shared_info()->bytecode_array())), in BytecodeGraphBuilder()971 bytecode_array_->GetIsolate()->is_tail_call_elimination_enabled() in VisitTailCall()
29 return bytecode_array_; in bytecode_array()54 Handle<BytecodeArray> bytecode_array_; variable
16 : bytecode_array_(bytecode_array), in BytecodeArrayIterator()
189 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