Home
last modified time | relevance | path

Searched defs:vcalls (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp512 inline void Method::FillVecsByInsts(BytecodeInstruction &inst, PandaVector<uint32_t> &vcalls, in FillVecsByInsts()
544 PandaVector<uint32_t> vcalls; in StartProfiling() local
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h37 static Span<CallSiteInlineCache> From(void *mem, PandaVector<uint32_t> vcalls) in From()