Home | History | Annotate | Download | only in ia32

Lines Matching defs:builtin

2506   // Handle the slow case by jumping to the JavaScript builtin.
3725 Builtins::JavaScript builtin;
3727 builtin = strict_ ? Builtins::STRICT_EQUALS : Builtins::EQUALS;
3729 builtin = Builtins::COMPARE;
3738 __ InvokeBuiltin(builtin, JUMP_FUNCTION);
3966 // of a proper result. The builtin entry handles this by performing
3967 // a garbage collection and retrying the builtin (twice).
3973 // ebx: pointer to builtin function (C callee-saved)
4083 // builtin and pop the faked function when we return. Notice that we
4085 // stub, because the builtin stubs may not have been generated yet.
4326 // Tail call the builtin which returns 0 or 1.
4336 // Call the builtin and convert 0/1 to true/false.