OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMap
(Results
1 - 25
of
50
) sorted by null
1
2
/external/v8/src/
field-type.cc
46
DCHECK(object == None() || object == Any() || object->
IsMap
());
50
bool FieldType::IsClass() { return this->
IsMap
(); }
lookup-inl.h
94
transition_map()->GetBackPointer()->
IsMap
();
handles.cc
45
if (heap_object->
IsMap
()) return true;
transitions-inl.h
132
DCHECK(value->IsWeakHeapObject() && value->ToWeakHeapObject()->
IsMap
());
transitions.cc
322
(target->IsWeakHeapObject() && target->ToWeakHeapObject()->
IsMap
()));
363
DCHECK(HeapObject::cast(*prototype)->map()->
IsMap
());
objects-debug.cc
115
CHECK(map()->
IsMap
());
720
(value->ToWeakHeapObject(&heap_object) && heap_object->
IsMap
()));
723
CHECK(!value->ToObject()->
IsMap
());
[
all
...]
code-stub-assembler.cc
[
all
...]
/external/v8/src/ic/
ic-inl.h
54
(heap_object->
IsMap
() || heap_object->IsPropertyCell())) ||
/external/v8/src/snapshot/
default-deserializer-allocator.cc
74
DCHECK(ReadOnlyRoots(heap).free_space_map()->
IsMap
());
75
DCHECK(ReadOnlyRoots(heap).one_pointer_filler_map()->
IsMap
());
76
DCHECK(ReadOnlyRoots(heap).two_pointer_filler_map()->
IsMap
());
startup-serializer.cc
167
return !object->
IsMap
();
code-serializer.cc
234
CHECK(!obj->
IsMap
());
/external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.h
202
bool
IsMap
() { return item_type_ == MAP; }
252
bool
IsMap
(const google::protobuf::Field& field);
utility.h
159
LIBPROTOBUF_EXPORT bool
IsMap
(const google::protobuf::Field& field,
protostream_objectwriter.cc
464
if (current_->
IsMap
()) {
535
if (
IsMap
(*field)) {
639
if (current_->
IsMap
()) {
768
if (
IsMap
(*field)) {
[
all
...]
protostream_objectsource.h
254
bool
IsMap
(const google::protobuf::Field& field) const;
utility.cc
312
bool
IsMap
(const google::protobuf::Field& field,
protostream_objectsource.cc
211
if (check_maps &&
IsMap
(*field)) {
515
if (os->
IsMap
(*field)) {
[
all
...]
default_value_objectwriter.cc
340
is_map =
IsMap
(field, *found_type);
/external/v8/src/objects/
map-inl.h
668
if (object->
IsMap
()) {
697
CHECK(value->
IsMap
());
699
CHECK_IMPLIES(value->
IsMap
(), Map::cast(value)->GetConstructor() ==
719
while (maybe_constructor->
IsMap
()) {
738
CHECK(!constructor_or_backpointer()->
IsMap
());
code-inl.h
578
if (object->
IsMap
()) {
/external/v8/src/heap/
scavenger.cc
165
DCHECK(!target->
IsMap
());
spaces.cc
[
all
...]
/external/v8/src/inspector/
v8-injected-script-host.cc
202
if (value->
IsMap
()) {
268
} else if (info[0]->
IsMap
() || info[0]->IsWeakMap() || info[0]->IsSet() ||
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs
185
public bool
IsMap
=> fieldType == FieldType.Message && messageType.Proto.Options != null && messageType.Proto.Options.MapEntry;
338
return
IsMap
? new MapFieldAccessor(property, this)
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
384
bool
IsMap
() const { return type_ == FBT_MAP; }
532
} else if (
IsMap
()) {
[
all
...]
Completed in 789 milliseconds
1
2