Searched refs:bytecode_array_ (Results 1 – 9 of 9) sorted by relevance
71 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()72 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()74 bytecode_array_ = bytecode_array; in SetBytecodeArray()100 Handle<BytecodeArray> bytecode_array_; variable
28 bytecode_array_ = handle(shared->GetBytecodeArray(), isolate); in OptimizedCompilationInfo()127 if (!bytecode_array_.is_null()) { in ReopenHandlesInNewHandleScope()128 bytecode_array_ = Handle<BytecodeArray>(*bytecode_array_, isolate); in ReopenHandlesInNewHandleScope()
112 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()113 bool has_bytecode_array() const { return !bytecode_array_.is_null(); } in has_bytecode_array()263 Handle<BytecodeArray> bytecode_array_; variable
156 Handle<BytecodeArray> bytecode_array() const { return bytecode_array_; } in bytecode_array()160 Handle<BytecodeArray> const bytecode_array_; variable
84 : bytecode_array_(bytecode_array), in BytecodeAnalysis()572 {loop_header, LoopInfo(parent_offset, bytecode_array_->parameter_count(), in PushLoop()573 bytecode_array_->register_count(), zone_)}); in PushLoop()
107 return bytecode_array_.get(); in bytecode_array()159 std::unique_ptr<AbstractBytecodeArray> bytecode_array_; variable
397 CodeStubAssembler::TVariable<BytecodeArray> bytecode_array_; variable
59 : bytecode_array_(std::move(bytecode_array)), in BytecodeArrayAccessor()
32 TVARIABLE_CONSTRUCTOR(bytecode_array_, in InterpreterAssembler()134 bytecode_array_ = CAST(LoadRegister(Register::bytecode_array())); in BytecodeArrayTaggedPointer()137 return bytecode_array_.value(); in BytecodeArrayTaggedPointer()