Searched refs:RuntimeEntry (Results 1 – 3 of 3) sorted by relevance
337 struct RuntimeEntry { in AddRuntimeFunctions() struct342 static const RuntimeEntry runtime_functions[] = { in AddRuntimeFunctions()
27 class RuntimeEntry; variable1120 void CallRuntime(const RuntimeEntry& entry, intptr_t argument_count);
3357 void Assembler::CallRuntime(const RuntimeEntry& entry, in CallRuntime()