Lines Matching defs:override
493 Address GetCallerStackPointer() const override;
508 void ComputeCallerState(State* state) const override;
539 Code unchecked_code() const override { return {}; }
540 void Iterate(RootVisitor* v) const override { IterateCompiledFrame(v); }
559 Code unchecked_code() const override;
572 void Summarize(std::vector<FrameSummary>* frames) const override;
585 void Iterate(RootVisitor* v) const override;
593 Type type() const override = 0;
596 JSFunction function() const override;
599 Object context() const override;
600 int GetActualArgumentCount() const override;
608 bool IsConstructor() const override;
615 void Iterate(RootVisitor* v) const override;
619 int index) const override;
650 Address GetCallerStackPointer() const override;
662 Type type() const override { return NATIVE; }
665 void Iterate(RootVisitor* v) const override {}
671 void ComputeCallerState(State* state) const override;
679 Type type() const override { return ENTRY; }
681 Code unchecked_code() const override;
684 void Iterate(RootVisitor* v) const override;
697 Address GetCallerStackPointer() const override { return 0; }
700 void ComputeCallerState(State* state) const override;
701 Type GetCallerState(State* state) const override;
708 Type type() const override { return CONSTRUCT_ENTRY; }
710 Code unchecked_code() const override;
728 Type type() const override { return EXIT; }
731 void Iterate(RootVisitor* v) const override;
750 void ComputeCallerState(State* state) const override;
760 Type type() const override { return BUILTIN_EXIT; }
773 int index) const override;
776 void Summarize(std::vector<FrameSummary>* frames) const override;
792 Type type() const override { return STUB; }
795 Code unchecked_code() const override;
810 Type type() const override { return OPTIMIZED; }
813 void Iterate(RootVisitor* v) const override;
818 void GetFunctions(std::vector<SharedFunctionInfo>* functions) const override;
820 void Summarize(std::vector<FrameSummary>* frames) const override;
824 int* data, HandlerTable::CatchPrediction* prediction) override;
828 int ComputeParametersCount() const override;
847 int position() const override;
851 int* data, HandlerTable::CatchPrediction* prediction) override;
863 void Summarize(std::vector<FrameSummary>* frames) const override;
873 Address GetExpressionAddress(int n) const override;
881 Type type() const override { return INTERPRETED; }
884 int GetBytecodeOffset() const override;
914 Type type() const override { return BASELINE; }
917 int GetBytecodeOffset() const override;
946 JSFunction function() const override;
947 int ComputeParametersCount() const override;
959 Type type() const override { return WASM; }
963 int index) const override;
975 int position() const override;
976 Object context() const override;
982 void Summarize(std::vector<FrameSummary>* frames) const override;
999 Type type() const override { return WASM_EXIT; }
1011 Type type() const override { return WASM_DEBUG_BREAK; }
1014 void Iterate(RootVisitor* v) const override;
1017 int index) const override;
1033 Type type() const override { return WASM_TO_JS; }
1044 Type type() const override { return JS_TO_WASM; }
1046 void Iterate(RootVisitor* v) const override;
1057 Type type() const override { return STACK_SWITCH; }
1058 void Iterate(RootVisitor* v) const override;
1070 Type type() const override { return C_WASM_ENTRY; }
1077 Type GetCallerState(State* state) const override;
1082 Type type() const override { return WASM_COMPILE_LAZY; }
1088 void Iterate(RootVisitor* v) const override;
1105 Type type() const override { return INTERNAL; }
1108 void Iterate(RootVisitor* v) const override;
1126 Type type() const override { return CONSTRUCT; }
1142 Type type() const override { return BUILTIN_CONTINUATION; }
1158 Type type() const override { return JAVA_SCRIPT_BUILTIN_CONTINUATION; }
1165 JSFunction function() const override;
1166 int ComputeParametersCount() const override;
1169 Object context() const override;
1182 Type type() const override {