• Home
  • Raw
  • Download

Lines Matching defs:const

35 GlobalEnvField AOTCompilationEnv::GetArrayHClassIndex(ElementsKind kind, bool isProtoType) const  in GetArrayHClassIndex()
45 JSHClass *AOTCompilationEnv::GetBuiltinPrototypeHClass(BuiltinTypeId type) const in GetBuiltinPrototypeHClass()
50 …TCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const in FindConstpool()
55 JSTaggedValue AOTCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const in FindConstpool()
60 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const in FindOrCreateUnsharedConstpool() argument
66 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const in FindOrCreateUnsharedConstpool()
77 JSTaggedValue AOTCompilationEnv::GetConstantPoolByMethodOffset(const uint32_t methodOffset) const in GetConstantPoolByMethodOffset() argument
87 …pilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetArrayLiteralFromCache()
92 …ilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetObjectLiteralFromCache()
97 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache()
102 …le::File::EntityId AOTCompilationEnv::GetIdFromCache(JSTaggedValue constpool, uint32_t index) const in GetIdFromCache()
108 [[maybe_unused]] bool allowAlloc) const in GetStringFromConstantPool()
113 JSHandle<JSTaggedValue> AOTCompilationEnv::NewJSHandle(JSTaggedValue value) const in NewJSHandle()