HomeSort by relevance Sort by last modified time
    Searched refs:IsAllocatableGeneralCode (Results 1 - 7 of 7) sorted by null

  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.h 69 DCHECK(!RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode(
81 DCHECK(!RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode(
  /external/v8/src/
register-configuration.h 73 bool IsAllocatableGeneralCode(int index) const {
  /external/v8/src/ia32/
code-stubs-ia32.h 286 if (RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode(i)) {
  /external/v8/src/x64/
code-stubs-x64.h 281 if (RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode(i)) {
  /external/v8/src/x87/
code-stubs-x87.h 283 if (RegisterConfiguration::Crankshaft()->IsAllocatableGeneralCode(i)) {
  /external/v8/src/compiler/
instruction.cc 303 GetRegConfig()->IsAllocatableGeneralCode(index));
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 946 if (GetRegConfig()->IsAllocatableGeneralCode(i)) {
    [all...]

Completed in 191 milliseconds