Home
last modified time | relevance | path

Searched defs:fullMethodName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/tools/sampler/
Dtrace_dumper.cpp28 std::string fullMethodName; in DumpTraces() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp562 auto fullMethodName = module->GetLLVMArkInterface()->GetUniqMethodName(*methodsIt); in CollectAotBuilderOffsets() local
850 auto fullMethodName = module.GetLLVMArkInterface()->GetUniqMethodName(method); in CompileModule() local
863 auto fullMethodName = module.GetLLVMArkInterface()->GetUniqMethodName(method); in CompileModule() local
/arkcompiler/runtime_core/static_core/runtime/
Dintrinsics.cpp266 uint8_t CompileMethod(coretypes::String *fullMethodName) in CompileMethod()
Dcompiler.cpp1027 uint8_t CompileMethodImpl(coretypes::String *fullMethodName, panda_file::SourceLang sourceLang) in CompileMethodImpl()