Lines Matching refs:override

27     bool IsJitCompiler() const override
31 JSRuntimeOptions &GetJSOptions() override;
33 const CMap<ElementsKind, std::pair<ConstantIndex, ConstantIndex>> &GetArrayHClassIndexMap() const override;
34 const BuiltinHClassEntries &GetBuiltinHClassEntries() const override;
35 JSHClass *GetBuiltinPrototypeHClass(BuiltinTypeId type) const override;
38 std::shared_ptr<pgo::PGOProfiler> GetPGOProfiler() const override;
41 JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const override;
42 JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const override;
43 JSTaggedValue FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const override;
44 JSTaggedValue FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const override;
46 panda_file::File::EntityId id) override;
47 JSTaggedValue GetConstantPoolByMethodOffset(const uint32_t methodOffset) const override;
50 JSTaggedValue GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const override;
51 JSTaggedValue GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const override;
52 JSTaggedValue GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const override;
53 panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) const override;
56 JSHandle<GlobalEnv> GetGlobalEnv() const override;
59 const GlobalEnvConstants *GlobalConstants() const override;
62 bool allowAlloc = true) const override;
64 JSThread *GetHostThread() const override
69 JSPandaFile *GetJSPandaFile() const override
74 MethodLiteral *GetMethodLiteral() const override
79 const uint8_t *GetMethodPcStart() const override
84 pgo::ApEntityId GetMethodAbcId() const override