Searched refs:HasRegisterPolicy (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dlithium.h161 bool HasRegisterPolicy() const { function in class:v8::internal::LUnallocated
H A Dlithium-allocator.cc68 requires_reg_ = unalloc->HasRegisterPolicy();
/external/v8/src/arm/
H A Dlithium-arm.cc70 !LUnallocated::cast(Output())->HasRegisterPolicy());
78 ASSERT(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
/external/v8/src/mips/
H A Dlithium-mips.cc70 !LUnallocated::cast(Output())->HasRegisterPolicy());
78 ASSERT(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
/external/v8/src/x64/
H A Dlithium-x64.cc80 !LUnallocated::cast(Output())->HasRegisterPolicy());
88 ASSERT(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
/external/v8/src/ia32/
H A Dlithium-ia32.cc80 !LUnallocated::cast(Output())->HasRegisterPolicy());
88 ASSERT(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());

Completed in 1157 milliseconds