HomeSort by relevance Sort by last modified time
    Searched defs:IsBoolean (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 97 def IsBoolean(x):
101 if IsBoolean(bool): return bool
  /art/runtime/verifier/
reg_type.h 45 virtual bool IsBoolean() const { return false; }
149 IsBoolean();
155 return IsBoolean() || IsConstantBoolean();
158 return IsConstantByte() || IsByte() || IsBoolean();
161 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
167 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
389 bool IsBoolean() const {
  /external/v8/src/
hydrogen-instructions.h 394 bool IsBoolean() {
    [all...]
api.cc     [all...]
objects-inl.h 629 bool Object::IsBoolean() {
    [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]
hydrogen-instructions.h 399 IsBoolean() || IsJSArray();
402 bool IsBoolean() const {
419 return IsHeapNumber() || IsString() || IsBoolean() || IsNonPrimitive();
    [all...]
objects-inl.h 693 bool Object::IsBoolean() {
    [all...]

Completed in 528 milliseconds