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

  /external/v8/src/ic/arm64/
ic-arm64.cc 192 __ JumpIfRoot(scratch2, Heap::kNullValueRootIndex, &absent);
221 __ JumpIfRoot(scratch2, Heap::kTheHoleValueRootIndex, &check_prototypes);
398 __ JumpIfRoot(scratch3, Heap::kHashTableMapRootIndex, &probe_dictionary);
    [all...]
handler-compiler-arm64.cc 357 __ JumpIfRoot(result, Heap::kTheHoleValueRootIndex, &miss);
746 __ JumpIfRoot(x0, Heap::kNoInterceptorResultSentinelRootIndex,
  /external/v8/src/arm64/
codegen-arm64.cc 162 __ JumpIfRoot(elements, Heap::kEmptyFixedArrayRootIndex, &only_change_map);
267 __ JumpIfRoot(elements, Heap::kEmptyFixedArrayRootIndex, &only_change_map);
code-stubs-arm64.cc     [all...]
macro-assembler-arm64.cc     [all...]
macro-assembler-arm64.h     [all...]
builtins-arm64.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 83 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
88 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
    [all...]
builtins-ia32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 83 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
88 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
    [all...]
builtins-x87.cc     [all...]
  /external/v8/src/ppc/
builtins-ppc.cc     [all...]
macro-assembler-ppc.h     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 208 __ JumpIfRoot(value_, index_, label);
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/mips/
builtins-mips.cc     [all...]
macro-assembler-mips.h 301 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) {
    [all...]
  /external/v8/src/mips64/
builtins-mips64.cc     [all...]
macro-assembler-mips64.h 329 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) {
    [all...]
  /external/v8/src/arm/
builtins-arm.cc     [all...]
macro-assembler-arm.h     [all...]
  /external/v8/src/x64/
builtins-x64.cc     [all...]
macro-assembler-x64.h 151 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
156 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
    [all...]

Completed in 1028 milliseconds