Home
last modified time | relevance | path

Searched refs:HasReplacement (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.h422 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
2000 ASSERT(!label->HasReplacement()); in GetAssemblyLabel()
Dlithium-codegen-arm.cc222 emit_instructions = !label->HasReplacement(); in GenerateBody()
1385 if (!label->HasReplacement()) return i; in GetNextEmittedBlock()
/external/v8/src/x64/
Dlithium-x64.h423 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
1983 ASSERT(!label->HasReplacement()); in GetAssemblyLabel()
Dlithium-codegen-x64.cc231 emit_instructions = !label->HasReplacement(); in GenerateBody()
1256 if (!label->HasReplacement()) return i; in GetNextEmittedBlock()
/external/v8/src/ia32/
Dlithium-ia32.h423 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
2057 ASSERT(!label->HasReplacement()); in GetAssemblyLabel()
Dlithium-codegen-ia32.cc218 emit_instructions = !label->HasReplacement(); in GenerateBody()
1260 if (!label->HasReplacement()) return i; in GetNextEmittedBlock()