Home
last modified time | relevance | path

Searched refs:CompileMethodImpl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dintrinsics.cpp266 return panda::CompileMethodImpl(fullMethodName, panda_file::SourceLang::PANDA_ASSEMBLY); in CompileMethod()
Dcompiler.h772 uint8_t CompileMethodImpl(coretypes::String *fullMethodName, panda_file::SourceLang sourceLang);
Dcompiler.cpp907 uint8_t CompileMethodImpl(coretypes::String *fullMethodName, panda_file::SourceLang sourceLang) in CompileMethodImpl() function