Searched refs:bytecode_array_ (Results 1 – 9 of 9) sorted by relevance
79 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()80 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()82 bytecode_array_ = bytecode_array; in SetBytecodeArray()124 Handle<BytecodeArray> bytecode_array_; variable
81 return bytecode_array_; in bytecode_array()124 Handle<BytecodeArray> bytecode_array_; variable
19 : bytecode_array_(bytecode_array), in BytecodeArrayAccessor()36 interpreter::Bytecodes::FromByte(bytecode_array_->get(bytecode_offset_)); in ApplyDebugBreak()40 bytecode_array_->set(bytecode_offset_, in ApplyDebugBreak()
424 CodeStubAssembler::Variable bytecode_array_; variable
38 bytecode_array_, MachineRepresentation::kTagged, in InterpreterAssembler()121 bytecode_array_.Bind(LoadRegister(Register::bytecode_array())); in BytecodeArrayTaggedPointer()124 return bytecode_array_.value(); in BytecodeArrayTaggedPointer()
153 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()156 Handle<BytecodeArray> bytecode_array_;
317 return bytecode_array_; in bytecode_array()382 Handle<BytecodeArray> bytecode_array_; variable
82 : bytecode_array_(bytecode_array), in BytecodeAnalysis()553 {loop_header, LoopInfo(parent_offset, bytecode_array_->parameter_count(), in PushLoop()554 bytecode_array_->register_count(), zone_)}); in PushLoop()
526 bytecode_array_( in BytecodeGraphBuilder()