Home
last modified time | relevance | path

Searched defs:GetLanguageContext (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.h122 LanguageContext GetLanguageContext() const override in GetLanguageContext() function
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp189 LanguageContext Runtime::GetLanguageContext(panda_file::SourceLang lang) in GetLanguageContext() function in panda::Runtime
201 LanguageContext Runtime::GetLanguageContext(const Method &method) in GetLanguageContext() function in panda::Runtime
214 LanguageContext Runtime::GetLanguageContext(const Class &cls) in GetLanguageContext() function in panda::Runtime
219 LanguageContext Runtime::GetLanguageContext(const BaseClass &cls) in GetLanguageContext() function in panda::Runtime
224 LanguageContext Runtime::GetLanguageContext(panda_file::ClassDataAccessor *cda) in GetLanguageContext() function in panda::Runtime
234 LanguageContext Runtime::GetLanguageContext(const std::string &runtimeType) in GetLanguageContext() function in panda::Runtime
Dexceptions.cpp44 static LanguageContext GetLanguageContext(ManagedThread *thread) in GetLanguageContext() function
Dthread.cpp875 LanguageContext ManagedThread::GetLanguageContext() in GetLanguageContext() function in panda::ManagedThread
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.h169 LanguageContext GetLanguageContext() const in GetLanguageContext() function
Dets_vm.h118 LanguageContext GetLanguageContext() const override in GetLanguageContext() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h272 static panda_file::SourceLang GetLanguageContext(Method *methodPtr) in GetLanguageContext() function
306 static LanguageContext GetLanguageContext(const Method &method) in GetLanguageContext() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h453 static LanguageContext GetLanguageContext(const Method &method) in GetLanguageContext() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp56 LanguageContext GetLanguageContext() in GetLanguageContext() function in panda::coretypes::test::StringTest