/external/chromium_org/v8/src/arm64/ |
D | builtins-arm64.cc | 356 __ JumpIfNotObjectType(init_map, x10, x11, MAP_TYPE, &rt_call); in Generate_JSConstructStubHelper() local 1062 __ JumpIfNotObjectType(function, scratch1, receiver_type, in Generate_FunctionCall() local 1270 __ JumpIfNotObjectType(function, x10, x11, JS_FUNCTION_TYPE, in Generate_FunctionApply() local 1352 __ JumpIfNotObjectType(function, x10, x11, JS_FUNCTION_TYPE, &call_proxy); in Generate_FunctionApply() local
|
D | code-stubs-arm64.cc | 788 __ JumpIfNotObjectType(right, scratch, scratch, HEAP_NUMBER_TYPE, slow); in EmitSmiNonsmiComparison() local 814 __ JumpIfNotObjectType(left, scratch, scratch, HEAP_NUMBER_TYPE, slow); in EmitSmiNonsmiComparison() local 1998 __ JumpIfNotObjectType( in Generate() local 2617 __ JumpIfNotObjectType(jsregexp_object, x10, x10, JS_REGEXP_TYPE, &runtime); in Generate() 2883 __ JumpIfNotObjectType(x10, x11, x11, JS_ARRAY_TYPE, &runtime); in Generate() 3235 __ JumpIfNotObjectType(function, x10, type, JS_FUNCTION_TYPE, &slow); in CallFunctionNoFeedback() local 3296 __ JumpIfNotObjectType(function, object_type, object_type, JS_FUNCTION_TYPE, in Generate() local 3468 __ JumpIfNotObjectType(x4, x5, x5, JS_FUNCTION_TYPE, &miss); in Generate() local 3487 __ JumpIfNotObjectType(function, x10, type, JS_FUNCTION_TYPE, &slow); in Generate() local 3708 __ JumpIfNotObjectType(lhs, x10, x10, HEAP_NUMBER_TYPE, &maybe_undefined2); in GenerateNumbers() local [all …]
|
D | full-codegen-arm64.cc | 3003 __ JumpIfNotObjectType(x12, x13, x14, JS_FUNCTION_TYPE, in EmitClassOf() local 3071 __ JumpIfNotObjectType(x0, x10, x11, JS_VALUE_TYPE, &done); in EmitValueOf() local 3094 __ JumpIfNotObjectType(object, x10, x10, JS_DATE_TYPE, ¬_date_object); in EmitDateField() local 3211 __ JumpIfNotObjectType(x1, x10, x11, JS_VALUE_TYPE, &done); in EmitSetValueOf() local 3394 __ JumpIfNotObjectType(x0, x1, x1, JS_FUNCTION_TYPE, &runtime); in EmitCallFunction() local 3541 __ JumpIfNotObjectType(array, map, scratch1, JS_ARRAY_TYPE, &bailout); in EmitFastAsciiArrayJoin() local
|
D | stub-cache-arm64.cc | 277 __ JumpIfNotObjectType(receiver, scratch, scratch, JS_ARRAY_TYPE, in GenerateLoadArrayLength() local
|
D | macro-assembler-arm64.cc | 3620 void MacroAssembler::JumpIfNotObjectType(Register object, in JumpIfNotObjectType() function in v8::internal::MacroAssembler 3747 JumpIfNotObjectType(function, result, scratch, JS_FUNCTION_TYPE, miss); in TryGetFunctionPrototype() 3776 JumpIfNotObjectType(result, scratch, scratch, MAP_TYPE, &done); in TryGetFunctionPrototype()
|
D | macro-assembler-arm64.h | 1422 void JumpIfNotObjectType(Register object,
|
D | lithium-codegen-arm64.cc | 2394 __ JumpIfNotObjectType( in DoClassOfTestAndBranch() local 2397 __ JumpIfNotObjectType( in DoClassOfTestAndBranch() local
|