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

  /external/chromium_org/v8/src/arm64/
builtins-arm64.cc 562 __ JumpIfRoot(x10, Heap::kUndefinedValueRootIndex, &count_incremented);
    [all...]
codegen-arm64.cc 163 __ JumpIfRoot(elements, Heap::kEmptyFixedArrayRootIndex, &only_change_map);
268 __ JumpIfRoot(elements, Heap::kEmptyFixedArrayRootIndex, &only_change_map);
code-stubs-arm64.cc     [all...]
lithium-codegen-arm64.cc 207 __ JumpIfRoot(value_, index_, label);
    [all...]
macro-assembler-arm64.cc     [all...]
full-codegen-arm64.cc     [all...]
macro-assembler-arm64.h     [all...]
  /external/chromium_org/v8/src/ic/arm64/
ic-arm64.cc 205 __ JumpIfRoot(scratch2, Heap::kTheHoleValueRootIndex, slow);
293 __ JumpIfRoot(scratch1, Heap::kTheHoleValueRootIndex, unmapped_case);
499 __ JumpIfRoot(scratch3, Heap::kHashTableMapRootIndex, &probe_dictionary);
    [all...]
handler-compiler-arm64.cc 327 __ JumpIfRoot(result, Heap::kTheHoleValueRootIndex, &miss);
785 __ JumpIfRoot(x0, Heap::kNoInterceptorResultSentinelRootIndex,

Completed in 113 milliseconds