Lines Matching refs:override
26 bool IsAotCompiler() const override
31 JSRuntimeOptions &GetJSOptions() override;
34 const CMap<ElementsKind, std::pair<ConstantIndex, ConstantIndex>> &GetArrayHClassIndexMap() const override;
35 const BuiltinHClassEntries &GetBuiltinHClassEntries() const override;
36 JSHClass *GetBuiltinPrototypeHClass(BuiltinTypeId type) const override;
39 JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const override;
40 JSTaggedValue FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const override;
41 JSTaggedValue FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const override;
42 JSTaggedValue FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const override;
44 panda_file::File::EntityId id) override;
45 JSTaggedValue GetConstantPoolByMethodOffset(const uint32_t methodOffset) const override;
48 JSTaggedValue GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const override;
49 JSTaggedValue GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const override;
50 JSTaggedValue GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const override;
51 panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) const override;
54 JSHandle<GlobalEnv> GetGlobalEnv() const override;
57 const GlobalEnvConstants *GlobalConstants() const override;
60 bool allowAlloc = true) const override;