Lines Matching defs:const
45 const std::vector<DeferredCodeInfo*>& deferred_code() const {
50 const std::vector<EagerDeoptInfo*>& eager_deopts() const {
53 const std::vector<LazyDeoptInfo*>& lazy_deopts() const {
57 SafepointTableBuilder::Safepoint& safepoint) const;
59 compiler::NativeContextRef native_context() const {
62 Isolate* isolate() const { return compilation_unit_->isolate(); }
63 int parameter_count() const { return compilation_unit_->parameter_count(); }
64 int register_count() const { return compilation_unit_->register_count(); }
65 const compiler::BytecodeAnalysis& bytecode_analysis() const {
68 compiler::JSHeapBroker* broker() const { return compilation_unit_->broker(); }
69 const compiler::BytecodeArrayRef& bytecode() const {
72 MaglevGraphLabeller* graph_labeller() const {
76 int vreg_slots() const { return vreg_slots_; }
77 SafepointTableBuilder* safepoint_table_builder() const {
80 MaglevCompilationUnit* compilation_unit() const { return compilation_unit_; }
86 bool found_unsupported_code_paths() const {
91 MaglevCompilationUnit* const compilation_unit_;
92 SafepointTableBuilder* const safepoint_table_builder_;
115 const compiler::AllocatedOperand& operand) {
129 inline MemOperand GetStackSlot(const compiler::AllocatedOperand& operand) {
133 inline Register ToRegister(const compiler::InstructionOperand& operand) {
137 inline Register ToRegister(const ValueLocation& location) {
141 inline MemOperand ToMemOperand(const compiler::InstructionOperand& operand) {
145 inline MemOperand ToMemOperand(const ValueLocation& location) {
150 SafepointTableBuilder::Safepoint& safepoint) const {