Searched refs:resolved (Results 1 – 8 of 8) sorted by relevance
353 Method *resolved = nullptr; in ResolveVirtualMethod() local363 resolved = imtable[method_id]; in ResolveVirtualMethod()364 if (resolved != nullptr) { in ResolveVirtualMethod()365 return resolved; in ResolveVirtualMethod()378 resolved = entry.GetMethods()[method->GetVTableIndex()]; in ResolveVirtualMethod()384 resolved = vtable[method->GetVTableIndex()]; in ResolveVirtualMethod()387 return resolved; in ResolveVirtualMethod()
87 auto resolved = runtime.ResolveEntryPoint(entrypoint); in VerifierProcessFile() local89 result = static_cast<bool>(resolved); in VerifierProcessFile()96 Method &method = *resolved.Value(); in VerifierProcessFile()
104 which are resolved by using arrays of `java.lang.Object` and upcasting.
923 auto &resolved = ResolveByDescriptor(src_lang, GetDescriptor(exc_type)); in LinkCatchBlocks() local924 if (Valid(resolved)) { in LinkCatchBlocks()925 exc_type = std::cref(resolved); in LinkCatchBlocks()
3121 auto *resolved = cls->ResolveVirtualMethod(method); in HandleVirtualCall() local3122 ASSERT(resolved != nullptr); in HandleVirtualCall()3124 if (UNLIKELY(resolved->IsAbstract())) { in HandleVirtualCall()3125 RuntimeIfaceT::ThrowAbstractMethodError(resolved); in HandleVirtualCall()3135 HandleCall<format, false, is_range, accept_acc>(resolved); in HandleVirtualCall()
213 …erpreter calls the function `InterpreterToCompiledCodeBridge` to pass the resolved callee function,
424 …`](#classregionindex) structure. Each index is 2 bytes long and must be resolved to the offset tha…
5064 intl402/DateTimeFormat/prototype/resolvedOptions/resolved-locale-with-hc-unicode.js