Home
last modified time | relevance | path

Searched refs:GetMethodLiteral (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h119 const MethodLiteral* GetMethodLiteral() const in GetMethodLiteral() function
247 if (data->GetMethodLiteral()->IsClassConstructor()) { in Run()
394 data->GetMethodLiteral(), enableLog, data->GetMethodName()); in Run()
560 data->GetMethodLiteral(), data->GetJSPandaFile()); in Run()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp62 MethodLiteral *Method::GetMethodLiteral() const in GetMethodLiteral() function in panda::ecmascript::Method
Dmethod.h410 MethodLiteral *GetMethodLiteral() const;
Djs_serializer.cpp475 const MethodLiteral *methodLiteral = method->GetMethodLiteral(); in WriteMethod()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp234 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral(); in GetNativeMethodCallPos()
283 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in GetMethodIdentifier()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp45 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in BuildClassInfoExtractorFromLiteral()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp769 MethodLiteral *methodLiteral = method->GetMethodLiteral(); in AddTraceNode()