HomeSort by relevance Sort by last modified time
    Searched refs:runtime_call (Results 1 - 10 of 10) sorted by null

  /external/v8/src/x64/
code-stubs-x64.cc 864 Label runtime_call, check_unequal_objects, done; local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 795 Label runtime_call, check_unequal_objects; local
847 __ j(above_equal, &runtime_call, Label::kFar);
850 __ j(equal, &runtime_call, Label::kFar)
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 974 Label runtime_call, check_unequal_objects; local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 438 Label* runtime_call) {
450 __ b(ge, runtime_call);
470 __ b(lt, runtime_call);
472 __ b(lt, runtime_call);
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 382 Label* possible_strings, Label* runtime_call) {
393 __ Tbnz(left_type, MaskToBit(kIsNotStringMask), runtime_call);
411 __ B(lt, runtime_call);
413 __ B(lt, runtime_call);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 457 Label* runtime_call) {
469 __ Branch(runtime_call, ge, a3, Operand(FIRST_NONSTRING_TYPE));
490 __ Branch(runtime_call, lt, a2, Operand(FIRST_JS_RECEIVER_TYPE));
492 __ Branch(runtime_call, lt, a3, Operand(FIRST_JS_RECEIVER_TYPE));
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 453 Label* runtime_call) {
465 __ Branch(runtime_call, ge, a3, Operand(FIRST_NONSTRING_TYPE));
486 __ Branch(runtime_call, lt, a2, Operand(FIRST_JS_RECEIVER_TYPE));
488 __ Branch(runtime_call, lt, a3, Operand(FIRST_JS_RECEIVER_TYPE));
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 455 Label* runtime_call) {
466 __ bge(runtime_call);
486 __ blt(runtime_call);
488 __ blt(runtime_call);
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 446 Label* runtime_call) {
459 __ bge(runtime_call);
480 __ blt(runtime_call);
482 __ blt(runtime_call);
    [all...]
  /external/v8/src/
code-stub-assembler.cc 732 Label runtime_call(this, Label::kDeferred), no_runtime_call(this);
736 Branch(UintPtrGreaterThanOrEqual(new_top, limit), &runtime_call, local
739 Bind(&runtime_call);
    [all...]

Completed in 438 milliseconds