Home
last modified time | relevance | path

Searched defs:IsGap (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/mips64/
Dlithium-mips64.h331 virtual bool IsGap() const FINAL OVERRIDE { return true; } in IsGap() function
/external/v8/src/mips/
Dlithium-mips.h332 virtual bool IsGap() const FINAL OVERRIDE { return true; } in IsGap() function
/external/v8/src/ia32/
Dlithium-ia32.h335 virtual bool IsGap() const FINAL OVERRIDE { return true; } in IsGap() function
/external/v8/src/x64/
Dlithium-x64.h339 virtual bool IsGap() const FINAL OVERRIDE { return true; } in IsGap() function
/external/v8/src/arm/
Dlithium-arm.h335 virtual bool IsGap() const OVERRIDE { return true; } in IsGap() function
/external/v8/src/x87/
Dlithium-x87.h340 virtual bool IsGap() const FINAL OVERRIDE { return true; } in IsGap() function
/external/v8/src/arm64/
Dlithium-arm64.h413 virtual bool IsGap() const OVERRIDE { return true; } in IsGap() function