HomeSort by relevance Sort by last modified time
    Searched refs:JumpIfRoot (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/src/ia32/
macro-assembler-ia32.h 84 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
89 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
    [all...]
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 319 __ JumpIfRoot(result, Heap::kTheHoleValueRootIndex, &miss);
526 __ JumpIfRoot(x0, Heap::kNoInterceptorResultSentinelRootIndex,
  /external/v8/src/x87/
macro-assembler-x87.h 87 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
92 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc     [all...]
macro-assembler-arm64.cc     [all...]
macro-assembler-arm64.h     [all...]
  /external/v8/src/builtins/mips/
builtins-mips.cc 160 __ JumpIfRoot(t0, Heap::kHeapNumberMapRootIndex, &convert_number);
    [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc 164 __ JumpIfRoot(r6, Heap::kHeapNumberMapRootIndex, &convert_number);
    [all...]