Home
last modified time | relevance | path

Searched refs:TestAndBranchIfAllClear (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/arm64/
Dbuiltins-arm64.cc1530 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsCallable, in Generate_FunctionPrototypeApply() local
1664 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsCallable, &target_not_callable); in Generate_ReflectApply() local
1737 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsConstructor, in Generate_ReflectConstruct() local
1745 __ TestAndBranchIfAllClear(x10, 1 << Map::kIsConstructor, in Generate_ReflectConstruct() local
2200 __ TestAndBranchIfAllClear(x4, 1 << Map::kIsCallable, &non_callable); in Generate_Call() local
2312 __ TestAndBranchIfAllClear(x2, 1 << Map::kIsConstructor, &non_constructor); in Generate_Construct() local
2489 __ TestAndBranchIfAllClear(scratch2.W(), in Generate_ArgumentsAdaptorTrampoline() local
Dcodegen-arm64.cc443 __ TestAndBranchIfAllClear(result, kIsIndirectStringMask, &check_sequential); in Generate() local
447 __ TestAndBranchIfAllClear(result, kSlicedNotConsMask, &cons_string); in Generate() local
Dmacro-assembler-arm64-inl.h1449 TestAndBranchIfAllClear(type.W(), kIsNotStringMask, string); in IsObjectJSStringType()
1620 void MacroAssembler::TestAndBranchIfAllClear(const Register& reg, in TestAndBranchIfAllClear() function
Dmacro-assembler-arm64.h756 inline void TestAndBranchIfAllClear(const Register& reg,
Dmacro-assembler-arm64.cc3543 TestAndBranchIfAllClear(reg, bit_pattern, if_all_clear); in TestAndSplit()
3958 TestAndBranchIfAllClear(scratch, mask, if_all_clear); in CheckPageFlagClear()
Dcode-stubs-arm64.cc370 __ TestAndBranchIfAllClear( in EmitStrictTwoHeapObjectCompare() local
/external/v8/src/ic/arm64/
Dic-arm64.cc250 __ TestAndBranchIfAllClear(hash_scratch, Name::kContainsCachedArrayIndexMask, in GenerateKeyNameCheck() local
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc121 __ TestAndBranchIfAllClear(value_, mask_, label); in Emit() local
139 __ TestAndBranchIfAllClear(value_, mask_, label); in EmitInverted() local