OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:as_bitset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
types.cc
115
return this->
as_bitset
();
236
return this->
as_bitset
();
263
return (this->LubBitset() | that->
as_bitset
()) == that->
as_bitset
();
312
return (this->
as_bitset
() & that->LubBitset()) != 0;
315
return (this->LubBitset() & that->
as_bitset
()) != 0;
384
return from_bitset(type1->
as_bitset
() | type2->
as_bitset
());
460
return from_bitset(type1->
as_bitset
() & type2->
as_bitset
());
[
all
...]
types.h
241
int
as_bitset
() { return Smi::cast(this)->value(); }
function in class:v8::internal::Type
Completed in 145 milliseconds