Searched refs:InvokeCompiledCodeWithArgArrayDyn (Results 1 – 5 of 5) sorted by relevance
102 .global InvokeCompiledCodeWithArgArrayDyn symbol103 .type InvokeCompiledCodeWithArgArrayDyn, %function104 InvokeCompiledCodeWithArgArrayDyn: label
114 .global InvokeCompiledCodeWithArgArrayDyn symbol115 .type InvokeCompiledCodeWithArgArrayDyn, %function116 InvokeCompiledCodeWithArgArrayDyn: label
135 .global InvokeCompiledCodeWithArgArrayDyn symbol136 TYPE_FUNCTION(InvokeCompiledCodeWithArgArrayDyn)137 InvokeCompiledCodeWithArgArrayDyn: label
31 extern "C" uint64_t InvokeCompiledCodeWithArgArrayDyn(const uint64_t *, uint32_t, const Frame *, co…
121 …uint64_t ret = InvokeCompiledCodeWithArgArrayDyn(reinterpret_cast<uint64_t *>(args), numArgs, curr… in CompiledCodeExecute()