Home
last modified time | relevance | path

Searched defs:clazz (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
H A DEtsnapiVersionHookTest.cpp34 ets_class clazz = env->FindClass(classname); in registerNativeMethods() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dfunction.cpp138 void Function::SetClass(const Class *clazz) in SetClass() argument
H A Dcallee_info.cpp76 void CalleeInfo::SetClass(const Class *clazz) in SetClass() argument
/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h148 inline void SetClassCache(File::EntityId id, Class *clazz) in SetClassCache() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpanda_cache.h168 inline void SetClassCache(File::EntityId id, Class *clazz) in SetClassCache() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dpanda_vm.cpp162 auto clazz = rit->second; in GetClassesFootprint() local
/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.cpp112 static bool VerifyClass(Class *clazz) in VerifyClass() argument
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp197 Class *clazz = hCls.tmpClass; in ValidateClassForHotreload() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp1976 JSHandle<JSFunction> ObjectFactory::NewJSFunctionByHClass(const void *func, const JSHandle<JSHClass> &clazz, in NewJSFunctionByHClass() argument
1945 NewJSFunctionByHClass(const JSHandle<Method> &method, const JSHandle<JSHClass> &clazz, MemSpaceType type) NewJSFunctionByHClass() argument
1989 NewJSFunctionByHClassWithoutAccessor(const void *func, const JSHandle<JSHClass> &clazz, FunctionKind kind) NewJSFunctionByHClassWithoutAccessor() argument
[all...]

Completed in 11 milliseconds