Searched refs:bytecode_array_ (Results 1 – 9 of 9) sorted by relevance
50 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()52 Handle<BytecodeArray> bytecode_array_; variable
43 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()45 Handle<BytecodeArray> bytecode_array_; variable
16 : bytecode_array_(bytecode_array), in BytecodeBranchAnalysis()
18 : bytecode_array_(bytecode_array), in BytecodeLoopAnalysis()
229 return bytecode_array_; in bytecode_array()277 Handle<BytecodeArray> bytecode_array_; variable
492 bytecode_array_(handle(info->shared_info()->bytecode_array())), in BytecodeGraphBuilder()1284 bytecode_array_->GetIsolate()->is_tail_call_elimination_enabled() in VisitTailCall()
31 return bytecode_array_; in bytecode_array()57 Handle<BytecodeArray> bytecode_array_; variable
17 : bytecode_array_(bytecode_array), in BytecodeArrayIterator()
89 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