Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/core/
Dcore_vm.h122 LanguageContext GetLanguageContext() const override in GetLanguageContext() function
/arkcompiler/runtime_core/runtime/
Druntime.cpp184 LanguageContext Runtime::GetLanguageContext(panda_file::SourceLang lang) in GetLanguageContext() function in panda::Runtime
196 LanguageContext Runtime::GetLanguageContext(const Method &method) in GetLanguageContext() function in panda::Runtime
209 LanguageContext Runtime::GetLanguageContext(const Class &cls) in GetLanguageContext() function in panda::Runtime
214 LanguageContext Runtime::GetLanguageContext(const BaseClass &cls) in GetLanguageContext() function in panda::Runtime
219 LanguageContext Runtime::GetLanguageContext(panda_file::ClassDataAccessor *cda) in GetLanguageContext() function in panda::Runtime
229 LanguageContext Runtime::GetLanguageContext(const std::string &runtime_type) in GetLanguageContext() function in panda::Runtime
Dexceptions.cpp44 static LanguageContext GetLanguageContext(ManagedThread *thread) in GetLanguageContext() function
Dthread.cpp835 LanguageContext ManagedThread::GetLanguageContext() in GetLanguageContext() function in panda::ManagedThread
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h271 static panda_file::SourceLang GetLanguageContext(Method *method_ptr) in GetLanguageContext() function
295 static LanguageContext GetLanguageContext(const Method &method) in GetLanguageContext() function
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h433 static LanguageContext GetLanguageContext(const Method &method) in GetLanguageContext() function
/arkcompiler/runtime_core/runtime/tests/
Dstring_test.cpp52 LanguageContext GetLanguageContext() in GetLanguageContext() function in panda::coretypes::test::StringTest