HomeSort by relevance Sort by last modified time
    Searched defs:instance_type (Results 26 - 42 of 42) sorted by null

12

  /external/v8/src/interpreter/
interpreter-assembler.cc 657 Node* instance_type = LoadInstanceType(function); local
659 Word32Equal(instance_type, Int32Constant(JS_FUNCTION_TYPE));
771 Node* instance_type = LoadInstanceType(constructor); local
773 Word32Equal(instance_type, Int32Constant(JS_FUNCTION_TYPE));
    [all...]
interpreter.cc 1852 Node* instance_type = assembler->LoadMapInstanceType(value_map); local
1990 Node* instance_type = assembler->LoadMapInstanceType(value_map); local
    [all...]
  /external/v8/src/
objects-debug.cc 55 InstanceType instance_type = map()->instance_type(); local
57 if (instance_type < FIRST_NONSTRING_TYPE) {
62 switch (instance_type) {
303 HeapObject::cast(this)->map()->instance_type() ==
392 CHECK(FIRST_TYPE <= instance_type() && instance_type() <= LAST_TYPE);
    [all...]
value-serializer.cc 315 switch (HeapObject::cast(*object)->map()->instance_type()) {
422 InstanceType instance_type = receiver->map()->instance_type(); local
423 if (receiver->IsCallable() || (IsSpecialReceiverInstanceType(instance_type) &&
424 instance_type != JS_SPECIAL_API_OBJECT_TYPE)) {
433 switch (instance_type) {
477 DCHECK_GT(object->map()->instance_type(), LAST_CUSTOM_ELEMENTS_RECEIVER);
    [all...]
objects-inl.h 136 return map()->instance_type() == instancetype; \
195 InstanceType instance_type = map()->instance_type(); local
196 return instance_type == FIXED_ARRAY_TYPE ||
197 instance_type == TRANSITION_ARRAY_TYPE;
235 return map()->instance_type() < FIRST_NONSTRING_TYPE;
239 return map()->instance_type() <= LAST_NAME_TYPE;
247 uint32_t type = map()->instance_type();
254 return map()->instance_type() >= FIRST_FUNCTION_TYPE;
266 uint32_t type = map()->instance_type();
324 InstanceType instance_type = map()->instance_type(); local
329 InstanceType instance_type = map()->instance_type(); local
347 InstanceType instance_type = map()->instance_type(); local
    [all...]
objects.cc 80 std::ostream& operator<<(std::ostream& os, InstanceType instance_type) {
81 switch (instance_type) {
12643 InstanceType instance_type; local
12703 InstanceType instance_type = constructor_initial_map->instance_type(); local
15787 auto instance_type = map()->instance_type(); local
    [all...]
  /external/v8/src/builtins/
builtins-regexp.cc 1084 Node* const instance_type = LoadMapInstanceType(receiver_map); local
    [all...]
  /external/v8/src/compiler/
effect-control-linearizer.cc 1587 Node* instance_type = local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 2415 Register instance_type = ip; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 2254 Register instance_type = temps.AcquireX(); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 2324 Register instance_type = scratch1(); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 2447 Register instance_type = scratch1(); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 2512 Register instance_type = ip; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 2502 Register instance_type = ip; local
    [all...]
  /external/v8/include/
v8.h 9136 auto instance_type = I::GetInstanceType(obj); local
9156 auto instance_type = I::GetInstanceType(obj); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 3052 InstanceType instance_type = GetInstanceType(); local
    [all...]
hydrogen.cc 1689 HValue* instance_type = local
2604 InstanceType instance_type = IsFastDoubleElementsKind(kind) local
6011 InstanceType instance_type = map_->instance_type(); local
11584 InstanceType instance_type = initial_map->instance_type(); local
11644 InstanceType instance_type = boilerplate_object->HasFastDoubleElements() local
12119 HValue* instance_type = local
    [all...]

Completed in 1136 milliseconds

12