/external/v8/src/arm64/ |
D | builtins-arm64.cc | 562 __ JumpIfRoot(x10, Heap::kUndefinedValueRootIndex, &count_incremented); in Generate_JSConstructStubHelper() local 1090 __ JumpIfRoot(receiver, Heap::kUndefinedValueRootIndex, in Generate_FunctionCall() local 1092 __ JumpIfRoot(receiver, Heap::kNullValueRootIndex, &use_global_proxy); in Generate_FunctionCall() local 1288 __ JumpIfRoot(receiver, Heap::kNullValueRootIndex, &use_global_proxy); in Generate_FunctionApply() local 1289 __ JumpIfRoot(receiver, Heap::kUndefinedValueRootIndex, in Generate_FunctionApply() local
|
D | codegen-arm64.cc | 163 __ JumpIfRoot(elements, Heap::kEmptyFixedArrayRootIndex, &only_change_map); in GenerateSmiToDouble() local 268 __ JumpIfRoot(elements, Heap::kEmptyFixedArrayRootIndex, &only_change_map); in GenerateDoubleToObject() local
|
D | lithium-codegen-arm64.cc | 207 __ JumpIfRoot(value_, index_, label); in Emit() local 1895 __ JumpIfRoot( in DoBranch() local 1901 __ JumpIfRoot( in DoBranch() local 1903 __ JumpIfRoot( in DoBranch() local 1909 __ JumpIfRoot( in DoBranch() local 3115 __ JumpIfRoot(object, Heap::kNullValueRootIndex, &return_false); in DoInstanceOfKnownGlobal() local 3232 __ JumpIfRoot(value, Heap::kNullValueRootIndex, is_object); in DoIsObjectAndBranch() local 5845 __ JumpIfRoot(value, Heap::kTrueValueRootIndex, true_label); in DoTypeofIsAndBranch() local 5853 __ JumpIfRoot(value, Heap::kUndefinedValueRootIndex, true_label); in DoTypeofIsAndBranch() local 5876 __ JumpIfRoot(value, Heap::kNullValueRootIndex, true_label); in DoTypeofIsAndBranch() local [all …]
|
D | code-stubs-arm64.cc | 2686 __ JumpIfRoot(scratch1, Heap::kUninitializedSymbolRootIndex, &initialize); in GenerateRecordCallTarget() local 2893 __ JumpIfRoot(x5, Heap::kAllocationSiteMapRootIndex, in Generate() local 3041 __ JumpIfRoot(x4, Heap::kMegamorphicSymbolRootIndex, &slow_start); in Generate() local 3042 __ JumpIfRoot(x4, Heap::kUninitializedSymbolRootIndex, &miss); in Generate() local 3187 __ JumpIfRoot(result_, Heap::kUndefinedValueRootIndex, &slow_case_); in GenerateFast() local 3290 __ JumpIfRoot(lhs, Heap::kUndefinedValueRootIndex, &unordered); in GenerateNumbers() local 4466 __ JumpIfRoot(entity_name, Heap::kUndefinedValueRootIndex, done); in GenerateNegativeLookup() local 4473 __ JumpIfRoot(entity_name, Heap::kTheHoleValueRootIndex, &good); in GenerateNegativeLookup() local 4818 __ JumpIfRoot(allocation_site, Heap::kUndefinedValueRootIndex, &no_info); in Generate() local
|
D | full-codegen-arm64.cc | 1111 __ JumpIfRoot(x0, Heap::kUndefinedValueRootIndex, &exit); in VisitForInStatement() local 1397 __ JumpIfRoot(temp, Heap::kNativeContextMapRootIndex, &fast); in EmitLoadGlobalCheckExtensions() local 2709 __ JumpIfRoot(x0, Heap::kNullValueRootIndex, if_true); in EmitIsObject() local 4255 __ JumpIfRoot(x0, Heap::kTrueValueRootIndex, if_true); in EmitLiteralCompareTypeof() local 4261 __ JumpIfRoot(x0, Heap::kUndefinedValueRootIndex, if_true); in EmitLiteralCompareTypeof() local 4279 __ JumpIfRoot(x0, Heap::kNullValueRootIndex, if_true); in EmitLiteralCompareTypeof() local
|
D | macro-assembler-arm64.cc | 3887 void MacroAssembler::JumpIfRoot(const Register& obj, in JumpIfRoot() function in v8::internal::MacroAssembler
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 205 __ JumpIfRoot(scratch2, Heap::kTheHoleValueRootIndex, slow); in GenerateFastArrayLoad() local 293 __ JumpIfRoot(scratch1, Heap::kTheHoleValueRootIndex, unmapped_case); in GenerateMappedArgumentsLookup() local 499 __ JumpIfRoot(scratch3, Heap::kHashTableMapRootIndex, &probe_dictionary); in GenerateKeyedLoadWithNameKey() local
|
D | handler-compiler-arm64.cc | 327 __ JumpIfRoot(result, Heap::kTheHoleValueRootIndex, &miss); in CompileLoadGlobal() local 785 __ JumpIfRoot(x0, Heap::kNoInterceptorResultSentinelRootIndex, in GenerateLoadInterceptorWithFollowup() local
|