Searched refs:CallInt64 (Results 1 – 4 of 4) sorted by relevance
145 return Simulator::current(Isolate::Current())->CallInt64( in RunGeneratedCodeCallWrapper()
173 return static_cast<uintptr_t>(simulator->CallInt64(f, args));
182 int64_t CallInt64(byte* entry, CallArgument* args);
167 int64_t Simulator::CallInt64(byte* entry, CallArgument* args) { in CallInt64() function in v8::internal::Simulator193 return CallInt64(entry, args); in CallJS()220 return CallInt64(entry, args); in CallRegExp()