Searched refs:HasResult (Results 1 - 20 of 20) sorted by relevance

/external/lldb/scripts/Python/interface/
H A DSBCommandReturnObject.i76 HasResult ();
/external/lldb/include/lldb/API/
H A DSBCommandReturnObject.h72 HasResult ();
/external/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h161 HasResult ();
/external/lldb/source/Interpreter/
H A DCommandReturnObject.cpp188 CommandReturnObject::HasResult () function in class:CommandReturnObject
/external/lldb/source/API/
H A DSBCommandReturnObject.cpp181 SBCommandReturnObject::HasResult () function in class:SBCommandReturnObject
184 return m_opaque_ap->HasResult();
/external/v8/src/arm/
H A Dlithium-arm.h256 virtual bool HasResult() const = 0;
260 LOperand* Output() { return HasResult() ? result() : NULL; }
294 virtual bool HasResult() const FINAL OVERRIDE {
H A Dlithium-arm.cc76 if (HasResult()) result()->PrintTo(stream);
/external/v8/src/ia32/
H A Dlithium-ia32.h254 virtual bool HasResult() const = 0;
261 LOperand* Output() { return HasResult() ? result() : NULL; }
295 virtual bool HasResult() const FINAL OVERRIDE {
H A Dlithium-ia32.cc47 return HasResult() && result()->IsDoubleRegister();
95 if (HasResult()) result()->PrintTo(stream);
/external/v8/src/mips/
H A Dlithium-mips.h253 virtual bool HasResult() const = 0;
257 LOperand* Output() { return HasResult() ? result() : NULL; }
291 virtual bool HasResult() const FINAL OVERRIDE {
H A Dlithium-mips.cc78 if (HasResult()) result()->PrintTo(stream);
/external/v8/src/mips64/
H A Dlithium-mips64.h252 virtual bool HasResult() const = 0;
256 LOperand* Output() { return HasResult() ? result() : NULL; }
290 virtual bool HasResult() const FINAL OVERRIDE {
H A Dlithium-mips64.cc78 if (HasResult()) result()->PrintTo(stream);
/external/v8/src/x64/
H A Dlithium-x64.h253 virtual bool HasResult() const = 0;
257 LOperand* Output() { return HasResult() ? result() : NULL; }
295 virtual bool HasResult() const FINAL OVERRIDE {
H A Dlithium-codegen-x64.cc274 if (FLAG_debug_code && FLAG_enable_slow_asserts && instr->HasResult() &&
280 if (instr->HasResult() && instr->MustSignExtendResult(chunk())) {
H A Dlithium-x64.cc79 if (HasResult()) result()->PrintTo(stream);
/external/v8/src/x87/
H A Dlithium-x87.h258 virtual bool HasResult() const = 0;
266 LOperand* Output() { return HasResult() ? result() : NULL; }
300 virtual bool HasResult() const FINAL OVERRIDE {
H A Dlithium-x87.cc47 return HasResult() && result()->IsDoubleRegister();
106 if (HasResult()) result()->PrintTo(stream);
/external/v8/src/arm64/
H A Dlithium-arm64.h265 virtual bool HasResult() const = 0;
274 LOperand* Output() { return HasResult() ? result() : NULL; }
298 virtual bool HasResult() const FINAL OVERRIDE {
H A Dlithium-arm64.cc183 if (HasResult()) result()->PrintTo(stream);

Completed in 460 milliseconds