Home
last modified time | relevance | path

Searched refs:IsAllocatable (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.h69 DCHECK(!masm_.ScratchRegister().IsAllocatable()); in SavedValueRegister()
80 DCHECK(!crankshaft_fp_scratch.IsAllocatable()); in SavedFPValueRegister()
/external/v8/test/cctest/
Dtest-code-stubs-x87.cc76 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
96 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
Dtest-code-stubs-ia32.cc76 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
96 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
Dtest-code-stubs-arm.cc82 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
111 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
Dtest-code-stubs-arm64.cc78 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
107 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
Dtest-code-stubs-mips.cc86 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
115 if (reg.IsAllocatable()) { in MakeConvertDToIFuncTrampoline()
/external/v8/src/x64/
Dcode-stubs-x64.h299 if (candidate.IsAllocatable()) { in GetRegThatIsNotRcxOr()
Dassembler-x64.h121 bool IsAllocatable() const;
221 bool IsAllocatable() const;
/external/v8/src/compiler/
Dinstruction.cc246 Register::from_code(index).IsAllocatable()); in ExplicitOperand()
248 DoubleRegister::from_code(index).IsAllocatable()); in ExplicitOperand()
/external/v8/src/x87/
Dcode-stubs-x87.h314 if (candidate.IsAllocatable()) { in GetRegThatIsNotEcxOr()
Dassembler-x87.h124 bool IsAllocatable() const;
166 bool IsAllocatable() const;
/external/v8/src/ia32/
Dcode-stubs-ia32.h325 if (candidate.IsAllocatable()) { in GetRegThatIsNotEcxOr()
Dassembler-ia32.h125 bool IsAllocatable() const;
166 bool IsAllocatable() const;
/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc641 Register::from_code(x).IsAllocatable()) { \
741 if (Register::from_code(p0).IsAllocatable()) { in Test_Int32_WeightedSum_of_size()
/external/v8/src/
Dassembler.cc121 bool Register::IsAllocatable() const { in IsAllocatable() function in v8::internal::Register
136 bool DoubleRegister::IsAllocatable() const { in IsAllocatable() function in v8::internal::DoubleRegister
/external/v8/src/mips/
Dassembler-mips.h127 bool IsAllocatable() const;
175 bool IsAllocatable() const;
/external/v8/src/arm/
Dassembler-arm.h116 bool IsAllocatable() const;
188 bool IsAllocatable() const;
/external/v8/src/arm64/
Dassembler-arm64.h152 bool IsAllocatable() const;
228 bool IsAllocatable() const;
/external/v8/src/mips64/
Dassembler-mips64.h127 bool IsAllocatable() const;
175 bool IsAllocatable() const;
/external/v8/src/ppc/
Dassembler-ppc.h159 bool IsAllocatable() const;
212 bool IsAllocatable() const;
/external/v8/src/crankshaft/
Dlithium-allocator.cc944 if (Register::from_code(i).IsAllocatable()) { in ProcessInstructions()
957 if (DoubleRegister::from_code(i).IsAllocatable()) { in ProcessInstructions()