Home
last modified time | relevance | path

Searched defs:type (Results 8026 - 8050 of 10596) sorted by relevance

1...<<321322323324325326327328329330>>...424

/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h182 Register type = temps.AcquireScratch(); in JumpIfObjectType() local
191 Register type = temps.AcquireScratch(); in JumpIfInstanceType() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h278 NeonListType type() const { in type() function in v8::internal::NeonListOperand
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h68 void EnterFrame(StackFrame::Type type, bool load_constant_pool_pointer_reg) { in EnterFrame() argument
[all...]
/third_party/node/deps/v8/src/flags/
H A Dflags.cc76 FlagType type() const { return type_; } in type() function
411 static const char* Type2String(Flag::FlagType type) { in Type2String() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc1056 TNode<String> type = Typeof(p->receiver()); in EmitGenericPropertyStore() local
/third_party/node/deps/v8/src/heap/
H A Dheap-inl.h200 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationType type, in AllocateRaw() argument
558 void Heap::IncrementExternalBackingStoreBytes(ExternalBackingStoreType type, in IncrementExternalBackingStoreBytes() argument
566 void Heap::DecrementExternalBackingStoreBytes(ExternalBackingStoreType type, in DecrementExternalBackingStoreBytes() argument
H A Dgc-tracer.h147 Type type; member in v8::internal::GCTracer::Event
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc70 void reportCall(ConsoleAPIType type) { in reportCall() argument
78 void reportCallWithDefaultArgument(ConsoleAPIType type, in reportCallWithDefaultArgument() argument
87 void reportCallAndReplaceFirstArgument(ConsoleAPIType type, in reportCallAndReplaceFirstArgument() argument
95 void reportCallWithArgument(ConsoleAPIType type, const String16& message) { in reportCallWithArgument() argument
101 void reportCall(ConsoleAPIType type, in reportCall() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.h92 BreakLocation(Handle<AbstractCode> abstract_code, DebugBreakType type, in BreakLocation() argument
104 BreakLocation(int position, DebugBreakType type) in BreakLocation() argument
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc386 void Decoder::FormatNeonList(int Vd, int type) { in FormatNeonList() argument
734 int type = instr->TypeValue(); in DecodeType01() local
2309 char type = op == 0b11 ? 'u' : 's'; DecodeAdvancedSIMDTwoOrThreeRegisters() local
2483 int type = instr->Bit(5) ? nlt_2 : nlt_1; DecodeAdvancedSIMDElementOrStructureLoadStore() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc657 FilterForEnumerableProperties( Handle<JSReceiver> receiver, Handle<JSObject> object, Handle<InterceptorInfo> interceptor, Handle<JSObject> result, IndexedOrNamed type) FilterForEnumerableProperties() argument
696 CollectInterceptorKeysInternal( Handle<JSReceiver> receiver, Handle<JSObject> object, Handle<InterceptorInfo> interceptor, IndexedOrNamed type) CollectInterceptorKeysInternal() argument
725 CollectInterceptorKeys(Handle<JSReceiver> receiver, Handle<JSObject> object, IndexedOrNamed type) CollectInterceptorKeys() argument
[all...]
H A Dobjects-inl.h220 InstanceType type = map(cage_base).instance_type(); in DEF_GETTER() local
H A Dstring-inl.h312 uint32_t type = map(cage_base).instance_type(); in DEF_GETTER() local
317 uint32_t type = map(cage_base).instance_type(); in DEF_GETTER() local
324 uint32_t type = string.map().instance_type(); in IsOneByteRepresentationUnderneath() local
540 int32_t type = string.map(cage_base).instance_type(); in IsEqualToImpl() local
1102 InstanceType type in is_uncached() local
[all...]
H A Dlookup.cc1551 InstanceType type = string_map.instance_type(); in TryGetOwnChar() local
H A Dmap-inl.h135 bool Map::FieldTypeIsCleared(Representation rep, FieldType type) { in FieldTypeIsCleared() argument
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h73 Type type() const { return TypeField::decode(bit_field_); } in type() function in v8::internal::HeapGraphEdge
128 Type type() const { return static_cast<Type>(type_); } type() function in v8::internal::HeapEntry
129 set_type(Type type) set_type() argument
170 SetIndexedAutoIndexReference( HeapGraphEdge::Type type, HeapEntry* child, HeapSnapshotGenerator* generator, ReferenceVerification verification = kVerify) SetIndexedAutoIndexReference() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h260 ExpressionScope(ParserT* parser, ScopeType type) in ExpressionScope() argument
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc532 CheckSpecialCharacterClass( StandardCharacterSet type, Label* on_no_match) CheckSpecialCharacterClass() argument
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc548 CheckSpecialCharacterClass( StandardCharacterSet type, Label* on_no_match) CheckSpecialCharacterClass() argument
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc499 CheckSpecialCharacterClass( StandardCharacterSet type, Label* on_no_match) CheckSpecialCharacterClass() argument
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc516 CheckSpecialCharacterClass( StandardCharacterSet type, Label* on_no_match) CheckSpecialCharacterClass() argument
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc570 CheckSpecialCharacterClass( StandardCharacterSet type, Label* on_no_match) CheckSpecialCharacterClass() argument
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc565 CheckSpecialCharacterClass( StandardCharacterSet type, Label* on_no_match) CheckSpecialCharacterClass() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h239 explicit RegExpAssertion(Type type) : assertion_type_(type) {} in RegExpAssertion() argument
409 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body) in RegExpQuantifier() argument
534 Type type() const { return type_; } in type() function in v8::internal::final
516 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, int capture_from, Type type) RegExpLookaround() argument
H A Dregexp-bytecode-peephole.cc36 CheckType type; member

Completed in 47 milliseconds

1...<<321322323324325326327328329330>>...424