Home
last modified time | relevance | path

Searched defs:FindClass (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_ets_benchmark_test.cpp74 void FindClass(es2panda_AstNode *ast) in FindClass() function
De2p_test_plugin_ets_benchmark_with_checker_func_test.cpp95 void FindClass(es2panda_AstNode *ast) in FindClass() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker_context.h36 Class *FindClass(const uint8_t *descriptor) in FindClass() function
/arkcompiler/ets_frontend/ets2panda/evaluate/
DdebugInfoStorage.cpp128 panda_file::File::EntityId DebugInfoStorage::FindClass(std::string_view filePath, std::string_view … in FindClass() function in ark::es2panda::evaluate::DebugInfoStorage
DscopedDebugInfoPlugin.cpp234 varbinder::Variable *ScopedDebugInfoPlugin::FindClass(ir::Identifier *ident) in FindClass() function in ark::es2panda::evaluate::ScopedDebugInfoPlugin
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h181 ets_class (*FindClass)(EtsEnv *env, const char *name); member
531 ets_class FindClass(const char *name) in FindClass() function
Dets_napi_native_interface.cpp448 NO_UB_SANITIZE static ets_class FindClass(EtsEnv *env, const char *name) in FindClass() function