Home | History | Annotate | Download | only in arm

Lines Matching refs:native

1360     // Call a native function to do a comparison between two non-NaNs.
1754 // Figure out which native to call and setup the arguments.
1755 Builtins::JavaScript native;
1757 native = strict_ ? Builtins::STRICT_EQUALS : Builtins::EQUALS;
1759 native = Builtins::COMPARE;
1771 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
1773 __ InvokeBuiltin(native, JUMP_FUNCTION);
4612 // Just jump directly to runtime if native RegExp is not selected at compile
4633 // registers and will be preserved by the call to the native RegExp code, as
4635 // directly from generated code the native RegExp code will not do a GC and
4813 // Load used arguments before starting to push arguments for call to native
4823 // All checks done. Now push arguments for native regexp code.
4934 // Process the result from the native regexp code.
4970 // Get the static offsets vector filled by the native regexp code.
5835 // This stub is called from the native-call %_SubString(...), so