Home
last modified time | relevance | path

Searched defs:SmiTst (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.h1235 inline void SmiTst(Register value) { in SmiTst() function
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc1988 __ SmiTst(reg, at); in DoBranch() local
2386 __ SmiTst(object, at); in DoHasInPrototypeChainAndBranch() local
2780 __ SmiTst(result, scratch); in DoLoadKeyedFixedArray() local
2937 __ SmiTst(receiver, scratch); in DoWrapReceiver() local
4040 __ SmiTst(result, at); in DoDeferredMaybeGrowElements() local
4676 __ SmiTst(ToRegister(input), at); in DoCheckSmi() local
4684 __ SmiTst(ToRegister(input), at); in DoCheckNonSmi() local
4780 __ SmiTst(scratch0(), at); in DoDeferredInstanceMigration() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc78 __ SmiTst(r2); in Generate_InternalArrayCode() local
105 __ SmiTst(r2); in Generate_ArrayCode() local
1040 __ SmiTst(debug_info); in Generate_InterpreterEntryTrampoline() local
1066 __ SmiTst(kInterpreterBytecodeArrayRegister); in Generate_InterpreterEntryTrampoline() local
1322 __ SmiTst(kInterpreterBytecodeArrayRegister); in Generate_InterpreterEnterBytecode() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2109 __ SmiTst(reg, at); in DoBranch() local
2509 __ SmiTst(object, at); in DoHasInPrototypeChainAndBranch() local
2955 __ SmiTst(result, scratch); in DoLoadKeyedFixedArray() local
3123 __ SmiTst(receiver, scratch); in DoWrapReceiver() local
4260 __ SmiTst(result, at); in DoDeferredMaybeGrowElements() local
4867 __ SmiTst(ToRegister(input), at); in DoCheckSmi() local
4875 __ SmiTst(ToRegister(input), at); in DoCheckNonSmi() local
4971 __ SmiTst(scratch0(), at); in DoDeferredInstanceMigration() local
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2093 __ SmiTst(reg); in DoBranch() local
2309 __ SmiTst(input_reg); in DoIsSmiAndBranch() local
2477 __ SmiTst(object); in DoHasInPrototypeChainAndBranch() local
2856 __ SmiTst(result); in DoLoadKeyedFixedArray() local
3009 __ SmiTst(receiver); in DoWrapReceiver() local
4065 __ SmiTst(result); in DoDeferredMaybeGrowElements() local
4674 __ SmiTst(ToRegister(input)); in DoCheckSmi() local
4682 __ SmiTst(ToRegister(input)); in DoCheckNonSmi() local
/external/v8/src/mips/
Dmacro-assembler-mips.h1507 inline void SmiTst(Register value, Register scratch) { in SmiTst() function
Dcode-stubs-mips.cc3100 __ SmiTst(t0, at); in Generate() local
3181 __ SmiTst(a3, at); in Generate() local
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1650 inline void SmiTst(Register value, Register scratch) { in SmiTst() function
Dcode-stubs-mips64.cc3108 __ SmiTst(a4, at); in Generate() local
3189 __ SmiTst(a3, at); in Generate() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc78 __ SmiTst(a2, t0); in Generate_InternalArrayCode() local
107 __ SmiTst(a2, t0); in Generate_ArrayCode() local
1067 __ SmiTst(kInterpreterBytecodeArrayRegister, t0); in Generate_InterpreterEntryTrampoline() local
1332 __ SmiTst(kInterpreterBytecodeArrayRegister, at); in Generate_InterpreterEnterBytecode() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc78 __ SmiTst(a2, a4); in Generate_InternalArrayCode() local
107 __ SmiTst(a2, a4); in Generate_ArrayCode() local
1058 __ SmiTst(kInterpreterBytecodeArrayRegister, a4); in Generate_InterpreterEntryTrampoline() local
1323 __ SmiTst(kInterpreterBytecodeArrayRegister, at); in Generate_InterpreterEnterBytecode() local
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1950 __ SmiTst(r0); in EmitIsSmi() local
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1972 __ SmiTst(v0, t0); in EmitIsSmi() local
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1973 __ SmiTst(v0, a4); in EmitIsSmi() local