Home
last modified time | relevance | path

Searched refs:JumpIfNotObjectType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm64/
Dbuiltins-arm64.cc356 __ 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
Dcode-stubs-arm64.cc788 __ 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 …]
Dfull-codegen-arm64.cc3003 __ 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, &not_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
Dstub-cache-arm64.cc277 __ JumpIfNotObjectType(receiver, scratch, scratch, JS_ARRAY_TYPE, in GenerateLoadArrayLength() local
Dmacro-assembler-arm64.cc3620 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()
Dmacro-assembler-arm64.h1422 void JumpIfNotObjectType(Register object,
Dlithium-codegen-arm64.cc2394 __ JumpIfNotObjectType( in DoClassOfTestAndBranch() local
2397 __ JumpIfNotObjectType( in DoClassOfTestAndBranch() local