Searched refs:bytecode_array_ (Results 1 – 9 of 9) sorted by relevance
91 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()92 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()193 bytecode_array_ = bytecode_array; in SetBytecodeArray()363 Handle<BytecodeArray> bytecode_array_; variable
32 return bytecode_array_; in bytecode_array()64 Handle<BytecodeArray> bytecode_array_; variable
35 bytecode_array_(this, MachineRepresentation::kTagged), in InterpreterAssembler()47 bytecode_array_.Bind( in InterpreterAssembler()180 (bytecode_array_.value() == in BytecodeArrayTaggedPointer()182 bytecode_array_.Bind(LoadRegister(Register::bytecode_array())); in BytecodeArrayTaggedPointer()184 return bytecode_array_.value(); in BytecodeArrayTaggedPointer()
17 : bytecode_array_(bytecode_array), in BytecodeArrayAccessor()
343 CodeStubAssembler::Variable bytecode_array_; variable
104 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()107 Handle<BytecodeArray> bytecode_array_;
249 return bytecode_array_; in bytecode_array()290 Handle<BytecodeArray> bytecode_array_; variable
86 : bytecode_array_(bytecode_array), in BytecodeAnalysis()399 {loop_header, LoopInfo(parent_offset, bytecode_array_->parameter_count(), in PushLoop()400 bytecode_array_->register_count(), zone_)}); in PushLoop()
472 bytecode_array_(handle(shared_info->bytecode_array())), in BytecodeGraphBuilder()1357 bytecode_array_->GetIsolate()->is_tail_call_elimination_enabled() in VisitTailCall()