Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 8 of 8) sorted by relevance

/ark/runtime_core/runtime/include/
Dclass-inl.h353 Method *resolved = nullptr; in ResolveVirtualMethod() local
363 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()
/ark/runtime_core/panda/
Dpanda.cpp87 auto resolved = runtime.ResolveEntryPoint(entrypoint); in VerifierProcessFile() local
89 result = static_cast<bool>(resolved); in VerifierProcessFile()
96 Method &method = *resolved.Value(); in VerifierProcessFile()
/ark/runtime_core/docs/bc_verification/
Dtypes_n_values.md104 which are resolved by using arrays of `java.lang.Object` and upcasting.
/ark/runtime_core/verification/job_queue/
Dcache.cpp923 auto &resolved = ResolveByDescriptor(src_lang, GetDescriptor(exc_type)); in LinkCatchBlocks() local
924 if (Valid(resolved)) { in LinkCatchBlocks()
925 exc_type = std::cref(resolved); in LinkCatchBlocks()
/ark/runtime_core/runtime/interpreter/
Dinterpreter-inl.h3121 auto *resolved = cls->ResolveVirtualMethod(method); in HandleVirtualCall() local
3122 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()
/ark/runtime_core/docs/
Druntime-compiled_code-interaction.md213 …erpreter calls the function `InterpreterToCompiledCodeBridge` to pass the resolved callee function,
Dfile_format.md424 …`](#classregionindex) structure. Each index is 2 bytes long and must be resolved to the offset tha…
/ark/ts2abc/test262/
Des2015_tests.txt5064 intl402/DateTimeFormat/prototype/resolvedOptions/resolved-locale-with-hc-unicode.js