Searched refs:is_not_object (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 284 Label* is_not_object,
|
D | lithium-codegen-ia32.cc | 2350 Label* is_not_object, in EmitIsObject() argument 2352 __ JumpIfSmi(input, is_not_object); in EmitIsObject() 2361 __ j(not_zero, is_not_object); in EmitIsObject() 2365 __ j(below, is_not_object); in EmitIsObject()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.h | 300 Label* is_not_object,
|
D | lithium-codegen-arm.cc | 2502 Label* is_not_object, in EmitIsObject() argument 2505 __ JumpIfSmi(input, is_not_object); in EmitIsObject() 2516 __ b(ne, is_not_object); in EmitIsObject() 2521 __ b(lt, is_not_object); in EmitIsObject()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.h | 277 Label* is_not_object,
|
D | lithium-codegen-x64.cc | 2409 Label* is_not_object, in EmitIsObject() argument 2413 __ JumpIfSmi(input, is_not_object); in EmitIsObject() 2422 __ j(not_zero, is_not_object); in EmitIsObject() 2427 __ j(below, is_not_object); in EmitIsObject()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-codegen-mips.h | 321 Label* is_not_object,
|
D | lithium-codegen-mips.cc | 2405 Label* is_not_object, in EmitIsObject() argument 2407 __ JumpIfSmi(input, is_not_object); in EmitIsObject() 2417 __ Branch(is_not_object, ne, temp2, Operand(zero_reg)); in EmitIsObject() 2421 __ Branch(is_not_object, in EmitIsObject()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-codegen-mips64.h | 322 Label* is_not_object,
|
D | lithium-codegen-mips64.cc | 2375 Label* is_not_object, in EmitIsObject() argument 2377 __ JumpIfSmi(input, is_not_object); in EmitIsObject() 2387 __ Branch(is_not_object, ne, temp2, Operand(zero_reg)); in EmitIsObject() 2391 __ Branch(is_not_object, in EmitIsObject()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.h | 312 Label* is_not_object,
|
D | lithium-codegen-x87.cc | 2646 Label* is_not_object, in EmitIsObject() argument 2648 __ JumpIfSmi(input, is_not_object); in EmitIsObject() 2657 __ j(not_zero, is_not_object); in EmitIsObject() 2661 __ j(below, is_not_object); in EmitIsObject()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-codegen-arm64.cc | 3226 Label* is_not_object = instr->FalseLabel(chunk_); in DoIsObjectAndBranch() local 3231 __ JumpIfSmi(value, is_not_object); in DoIsObjectAndBranch() 3238 __ TestAndBranchIfAnySet(scratch, 1 << Map::kIsUndetectable, is_not_object); in DoIsObjectAndBranch()
|