Home
last modified time | relevance | path

Searched defs:JumpIfNotObjectType (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm64/
Dbuiltins-arm64.cc355 __ 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
Dcode-stubs-arm64.cc1566 __ 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
Dfull-codegen-arm64.cc3091 __ 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, &not_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
Dlithium-codegen-arm64.cc2400 __ JumpIfNotObjectType( in DoClassOfTestAndBranch() local
2403 __ JumpIfNotObjectType( in DoClassOfTestAndBranch() local
Dmacro-assembler-arm64.cc3695 void MacroAssembler::JumpIfNotObjectType(Register object, in JumpIfNotObjectType() function in v8::internal::MacroAssembler