/external/v8/src/arm64/ |
D | builtins-arm64.cc | 355 __ JumpIfNotObjectType(init_map, x10, x11, MAP_TYPE, &rt_call); in Generate_JSConstructStubHelper() local 1061 __ JumpIfNotObjectType(function, scratch1, receiver_type, in Generate_FunctionCall() local 1269 __ JumpIfNotObjectType(function, x10, x11, JS_FUNCTION_TYPE, in Generate_FunctionApply() local 1351 __ JumpIfNotObjectType(function, x10, x11, JS_FUNCTION_TYPE, &call_proxy); in Generate_FunctionApply() local
|
D | code-stubs-arm64.cc | 1566 __ JumpIfNotObjectType( in Generate() local 2815 __ JumpIfNotObjectType(function, x10, type, JS_FUNCTION_TYPE, &slow); in CallFunctionNoFeedback() local 2876 __ JumpIfNotObjectType(function, object_type, object_type, JS_FUNCTION_TYPE, in Generate() local 3048 __ JumpIfNotObjectType(x4, x5, x5, JS_FUNCTION_TYPE, &miss); in Generate() local 3067 __ JumpIfNotObjectType(function, x10, type, JS_FUNCTION_TYPE, &slow); in Generate() local 3468 __ JumpIfNotObjectType(rhs, x10, x10, JS_OBJECT_TYPE, &miss); in GenerateObjects() local 3469 __ JumpIfNotObjectType(lhs, x10, x10, JS_OBJECT_TYPE, &miss); in GenerateObjects() local
|
D | full-codegen-arm64.cc | 3091 __ JumpIfNotObjectType(x12, x13, x14, JS_FUNCTION_TYPE, in EmitClassOf() local 3159 __ JumpIfNotObjectType(x0, x10, x11, JS_VALUE_TYPE, &done); in EmitValueOf() local 3182 __ JumpIfNotObjectType(object, x10, x10, JS_DATE_TYPE, ¬_date_object); in EmitDateField() local 3299 __ JumpIfNotObjectType(x1, x10, x11, JS_VALUE_TYPE, &done); in EmitSetValueOf() local 3482 __ JumpIfNotObjectType(x0, x1, x1, JS_FUNCTION_TYPE, &runtime); in EmitCallFunction() local 3629 __ JumpIfNotObjectType(array, map, scratch1, JS_ARRAY_TYPE, &bailout); in EmitFastOneByteArrayJoin() local
|
D | lithium-codegen-arm64.cc | 2400 __ JumpIfNotObjectType( in DoClassOfTestAndBranch() local 2403 __ JumpIfNotObjectType( in DoClassOfTestAndBranch() local
|
D | macro-assembler-arm64.cc | 3695 void MacroAssembler::JumpIfNotObjectType(Register object, in JumpIfNotObjectType() function in v8::internal::MacroAssembler
|