| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-operator.cc | 1271 const Operator* JSOperatorBuilder::CreateArrayIterator(IterationKind kind) { in CreateArrayIterator() argument 1395 const Operator* JSOperatorBuilder::StackCheck(StackCheckKind kind) { in StackCheck() argument
|
| H A D | js-call-reducer.cc | 727 std::pair<TNode<Number>, TNode<Object>> SafeLoadElement(ElementsKind kind, in SafeLoadElement() argument 746 MaybeSkipHole( TNode<Object> o, ElementsKind kind, GraphAssemblerLabel<sizeof...(Vars)>* continue_label, TNode<Vars>... vars) MaybeSkipHole() argument 766 LoadJSArrayLength(TNode<JSArray> array, ElementsKind kind) LoadJSArrayLength() argument 769 StoreJSArrayLength(TNode<JSArray> array, TNode<Number> value, ElementsKind kind) StoreJSArrayLength() argument 773 StoreFixedArrayBaseElement(TNode<FixedArrayBase> o, TNode<Number> index, TNode<Object> v, ElementsKind kind) StoreFixedArrayBaseElement() argument 785 HoleCheck(ElementsKind kind, TNode<Object> v) HoleCheck() argument 799 TryConvertHoleToUndefined(TNode<Object> value, ElementsKind kind) TryConvertHoleToUndefined() argument [all...] |
| H A D | machine-operator.cc | 70 size_t hash_value(MemoryAccessKind kind) { return static_cast<size_t>(kind); } in hash_value() argument 72 std::ostream& operator<<(std::ostream& os, MemoryAccessKind kind) { in operator <<() argument 232 hash_value(ShiftKind kind) hash_value() argument 233 operator <<(std::ostream& os, ShiftKind kind) operator <<() argument 248 hash_value(TruncateKind kind) hash_value() argument 250 operator <<(std::ostream& os, TruncateKind kind) operator <<() argument 1368 Word32Sar(ShiftKind kind) Word32Sar() argument 1377 Word64Sar(ShiftKind kind) Word64Sar() argument 1386 TruncateFloat32ToUint32( TruncateKind kind) TruncateFloat32ToUint32() argument 1396 TruncateFloat64ToInt64( TruncateKind kind) TruncateFloat64ToInt64() argument 1406 TruncateFloat32ToInt32( TruncateKind kind) TruncateFloat32ToInt32() argument 1466 LoadTransform( MemoryAccessKind kind, LoadTransformation transform) LoadTransform() argument 1484 LoadLane(MemoryAccessKind kind, LoadRepresentation rep, uint8_t laneidx) LoadLane() argument 1523 StoreLane(MemoryAccessKind kind, MachineRepresentation rep, uint8_t laneidx) StoreLane() argument 1628 StackPointerGreaterThan( StackCheckKind kind) StackPointerGreaterThan() argument [all...] |
| H A D | js-heap-broker.cc | 157 StringRef JSHeapBroker::GetTypedArrayStringTag(ElementsKind kind) { in GetTypedArrayStringTag() argument 224 ProcessedFeedback::ProcessedFeedback(Kind kind, FeedbackSlotKind slot_kind) in ProcessedFeedback() argument 342 FeedbackSlotKind kind = nexus.kind(); in FromNexus() local 482 FeedbackSlotKind kind = nexus.kind(); ReadFeedbackForPropertyAccess() local [all...] |
| /third_party/node/deps/v8/src/ast/ |
| H A D | scopes.h | 650 Declare(Zone* zone, const AstRawString* name, VariableMode mode, VariableKind kind, InitializationFlag initialization_flag, MaybeAssignedFlag maybe_assigned_flag, bool* was_added) Declare() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-regexp-gen.cc | 419 const ElementsKind kind = (encoding == String::ONE_BYTE_ENCODING) in GetStringPointers() local 1526 const ElementsKind kind = PACKED_ELEMENTS; in RegExpPrototypeSplitBody() local
|
| H A D | builtins-array-gen.cc | 355 TNode<Int32T> kind; in TF_BUILTIN() local 1708 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i); in CreateArrayDispatchNoArgument() local 1777 ElementsKind kind = GetFastElementsKindFromSequenceIndex(i); CreateArrayDispatchSingleArgument() local 1902 GenerateArrayNoArgumentConstructor( ElementsKind kind, AllocationSiteOverrideMode mode) GenerateArrayNoArgumentConstructor() argument 1920 GenerateArraySingleArgumentConstructor( ElementsKind kind, AllocationSiteOverrideMode mode) GenerateArraySingleArgumentConstructor() argument [all...] |
| H A D | builtins-object-gen.cc | 295 TNode<Uint32T> kind = LoadPropertyKind(details); in FastGetOwnValuesOrEntries() local 153 IsPropertyKindAccessor( TNode<Uint32T> kind) IsPropertyKindAccessor() argument 159 IsPropertyKindData( TNode<Uint32T> kind) IsPropertyKindData() argument [all...] |
| H A D | builtins-string-gen.cc | 1378 const ElementsKind kind = PACKED_ELEMENTS; in TF_BUILTIN() local 1416 const ElementsKind kind = PACKED_ELEMENTS; in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.cc | 246 void AsmJsParser::DeclareStdlibFunc(VarInfo* info, VarKind kind, in DeclareStdlibFunc() argument 293 void AsmJsParser::BareBegin(BlockKind kind, AsmJsScanner::token_t label) { in BareBegin() argument [all...] |
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.cc | 195 Deoptimizer* Deoptimizer::New(Address raw_function, DeoptimizeKind kind, in New() argument 459 MessageFor(DeoptimizeKind kind) MessageFor() argument 470 Deoptimizer(Isolate* isolate, JSFunction function, DeoptimizeKind kind, Address from, int fp_to_sp_delta) Deoptimizer() argument 586 GetDeoptimizationEntry(DeoptimizeKind kind) GetDeoptimizationEntry() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | object-stats.cc | 1018 ObjectStats::VirtualInstanceType CodeKindToVirtualInstanceType(CodeKind kind) { in CodeKindToVirtualInstanceType() argument 643 GetFeedbackSlotType( MaybeObject maybe_obj, FeedbackSlotKind kind, Isolate* isolate) GetFeedbackSlotType() argument
|
| H A D | factory-base.cc | 326 FunctionKind kind = literal->kind(); in NewSharedFunctionInfoForLiteral() local 410 NewSharedFunctionInfo( MaybeHandle<String> maybe_name, MaybeHandle<HeapObject> maybe_function_data, Builtin builtin, FunctionKind kind) NewSharedFunctionInfo() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-debug.cc | 666 FeedbackSlotKind kind = iter.kind(); in FeedbackMetadataVerify() local 725 ElementsKind kind = holder.GetElementsKind(); in SloppyArgumentsElementsVerify() local 2104 PropertyKind kind = PropertyKind::kData; IsSortedNoDuplicates() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.h | 366 FrameSummaryBase(Isolate* isolate, Kind kind) in FrameSummaryBase() argument 369 Kind kind() const { return kind_; } in kind() function in v8::internal::FrameSummary::FrameSummaryBase [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger.cc | 639 getTargetScopes( v8::Local<v8::Context> context, v8::Local<v8::Value> value, ScopeTargetKind kind) getTargetScopes() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | map.cc | 944 ElementsKind kind = map.elements_kind(); FindClosestElementsTransition() local 1034 ElementsKind kind = map->elements_kind(); AddMissingElementsTransitions() local 1059 TryAsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind, ConcurrencyMode cmode) TryAsElementsKind() argument 1068 AsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind) AsElementsKind() argument 1542 CopyAsElementsKind(Isolate* isolate, Handle<Map> map, ElementsKind kind, TransitionFlag flag) CopyAsElementsKind() argument [all...] |
| H A D | code-inl.h | 135 CodeKind AbstractCode::kind() { in kind() function in v8::internal::AbstractCode 538 CodeKind Code::kind() const { kind() function in v8::internal::Code 607 initialize_flags(CodeKind kind, bool is_turbofanned, int stack_slots, bool is_off_heap_trampoline) initialize_flags() argument [all...] |
| H A D | feedback-vector.cc | 24 FeedbackSlot FeedbackVectorSpec::AddSlot(FeedbackSlotKind kind) { in AddSlot() argument 63 std::ostream& operator<<(std::ostream& os, FeedbackSlotKind kind) { in operator <<() argument 73 void FeedbackMetadata::SetKind(FeedbackSlot slot, FeedbackSlotKind kind) { in SetKind() argument 95 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i)); in New() local 113 FeedbackSlotKind kind = spec->GetKind(slot); New() local 134 FeedbackSlotKind kind = GetKind(slot); SpecDiffersFrom() local 145 Kind2String(FeedbackSlotKind kind) Kind2String() argument 276 FeedbackSlotKind kind = feedback_metadata->GetKind(slot); New() local [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | ast.h | 113 const Kind kind; member 745 AssertKind kind; global() member 906 Identifier* kind; global() member [all...] |
| H A D | declarable.h | 72 Kind kind() const { return kind_; } in kind() function in v8::internal::torque::Declarable 118 Declarable(Kind kind) Declarable() argument 176 Scope(Declarable::Kind kind) Scope() argument 255 Value(Kind kind, const Type* type, Identifier* name) Value() argument 353 Callable(Declarable::Kind kind, std::string external_name, std::string readable_name, Signature signature, base::Optional<Statement*> body) Callable() argument 393 Macro(Declarable::Kind kind, std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body) Macro() argument 455 TorqueMacro(Declarable::Kind kind, std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body, bool is_user_defined, bool exported_to_csa) TorqueMacro() argument 502 Kind kind() const { return kind_; } kind() function in v8::internal::torque::Builtin 509 Builtin(std::string external_name, std::string readable_name, Builtin::Kind kind, const Signature& signature, base::Optional<Statement*> body) Builtin() argument 606 GenericDeclarable(Declarable::Kind kind, const std::string& name, DeclarationType generic_declaration) GenericDeclarable() argument [all...] |
| H A D | types.cc | 31 Type::Type(TypeBase::Kind kind, const Type* parent, in Type() argument 621 ObjectSlotKind kind; in ComputeSlotKindsHelper() local
|
| H A D | types.h | 60 explicit TypeBase(Kind kind) : kind_(kind) {} in TypeBase() argument 61 Kind kind() cons in TypeBase() function in v8::internal::torque::TypeBase 584 AggregateType(Kind kind, const Type* parent, Namespace* nspace, const std::string& name, MaybeSpecializationKey specialized_from = base::nullopt) AggregateType() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/ |
| H A D | liftoff-assembler.h | 115 explicit VarState(ValueKind kind, int offset) in VarState() argument 117 explicit VarState(ValueKind kind, LiftoffRegister r, int offset) in VarState() argument 121 explicit VarState(ValueKind kind, int32_t i32_const, int offset) in VarState() argument 135 ValueKind kind() const { return kind_; } in kind() function in v8::internal::wasm::LiftoffAssembler::VarState 467 ValueKind kind in PopToModifiableRegister() local 496 NextSpillOffset(ValueKind kind, int top_spill_offset) NextSpillOffset() argument 504 NextSpillOffset(ValueKind kind) NextSpillOffset() argument 514 PushRegister(ValueKind kind, LiftoffRegister reg) PushRegister() argument 530 PushConstant(ValueKind kind, int32_t i32_const) PushConstant() argument 536 PushStack(ValueKind kind) PushStack() argument 657 ValueKind kind; global() member 1522 set_local_kind(uint32_t index, ValueKind kind) set_local_kind() argument 1720 const ValueKind kind = slot.src_.kind(); SlotSizeInBytes() local [all...] |
| H A D | liftoff-assembler.cc | 38 ValueKind kind; member 53 ValueKind kind; member in v8::internal::wasm::__anon15149::StackTransferRecipe 66 static RegisterLoad Stack(int32_t offset, ValueKind kind) { in Stack() argument 78 RegisterLoad(LoadKind load_kind, ValueKind kind, int32_t value) RegisterLoad() argument 166 MoveRegister(LiftoffRegister dst, LiftoffRegister src, ValueKind kind) MoveRegister() argument 214 LoadStackSlot(LiftoffRegister dst, uint32_t stack_offset, ValueKind kind) LoadStackSlot() argument 949 ValueKind kind = sig->GetParam(param); PrepareStackTransfers() local 1129 Move(LiftoffRegister dst, LiftoffRegister src, ValueKind kind) Move() argument [all...] |