Lines Matching defs:methodLiteral
215 MethodLiteral *methodLiteral = method->GetMethodLiteral();
216 if (methodLiteral != nullptr && MethodLiteral::IsAotWithCallField(methodLiteral->GetCallField())) {
258 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral();
259 if (methodLiteral == nullptr) {
262 panda_file::File::EntityId methodId = methodLiteral->GetMethodId();
307 MethodLiteral *methodLiteral = method->GetMethodLiteral();
308 return reinterpret_cast<void *>(methodLiteral);
326 MethodLiteral *methodLiteral = nextMethod->GetMethodLiteral();
327 if (methodLiteral == nullptr) {
330 panda_file::File::EntityId methodId = methodLiteral->GetMethodId();