OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NowOf
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/src/
types-inl.h
30
typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::
NowOf
(
types.h
408
inline static TypeHandle
NowOf
(i::Object* value, Region* region);
409
static TypeHandle
NowOf
(i::Handle<i::Object> value, Region* region) {
410
return
NowOf
(*value, region);
[
all
...]
typing.cc
65
Type* lower = Type::
NowOf
(value, zone());
/external/chromium_org/v8/test/cctest/
test-types.cc
207
TypeHandle
NowOf
(Handle<i::Object> value) {
208
return Type::
NowOf
(value, region_);
751
void
NowOf
() {
752
// Constant(V)->NowIs(
NowOf
(V))
756
TypeHandle nowof_type = T.
NowOf
(value);
760
//
NowOf
(V)->Is(Of(V))
763
TypeHandle nowof_type = T.
NowOf
(value);
768
// If
NowOf
(V)->NowIs(T), then Constant(V)->NowIs(T)
774
TypeHandle nowof_type = T.
NowOf
(value);
780
// then
NowOf
(V)->NowIs(T) or T->Maybe(Constant(V)
[
all
...]
/external/chromium_org/v8/src/ic/
ic.cc
715
: HeapType::
NowOf
(object, isolate);
[
all
...]
Completed in 136 milliseconds