| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator.h | 88 DeoptimizationLiteralKind kind() const { in kind() function in v8::internal::compiler::DeoptimizationLiteral
|
| H A D | instruction-selector.h | 702 FrameStateInputKind kind; member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | compilation-dependencies.cc | 59 const char* CompilationDependencyKindToString(CompilationDependencyKind kind) { in CompilationDependencyKindToString() argument 72 explicit CompilationDependency(CompilationDependencyKind kind) : kind(kind) {} in CompilationDependency() argument 88 const CompilationDependencyKind kind; member in v8::internal::compiler::CompilationDependency 297 ConstantInDictionaryPrototypeChainDependency( const MapRef receiver_map, const NameRef property_name, const ObjectRef constant, PropertyKind kind) ConstantInDictionaryPrototypeChainDependency() argument 905 ElementsKindDependency(const AllocationSiteRef& site, ElementsKind kind) ElementsKindDependency() argument 912 ElementsKind kind = global() variable 1054 DependOnConstantInDictionaryPrototypeChain( const MapRef& receiver_map, const NameRef& property_name, const ObjectRef& constant, PropertyKind kind) DependOnConstantInDictionaryPrototypeChain() argument 1142 ElementsKind kind = site.PointsToLiteral() DependOnElementsKind() local [all...] |
| H A D | graph-assembler.cc | 205 Node* GraphAssembler::TruncateFloat64ToInt64(Node* value, TruncateKind kind) { in TruncateFloat64ToInt64() argument 368 MaybeGrowFastElements( ElementsKind kind, const FeedbackSource& feedback, TNode<JSArray> array, TNode<FixedArrayBase> elements, TNode<Number> new_length, TNode<Number> old_length) MaybeGrowFastElements() argument
|
| H A D | linkage.h | 253 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, in CallDescriptor() argument 287 Kind kind() const { return kind_; } in kind() function in v8::internal::compiler::final
|
| H A D | wasm-compiler.h | 114 WasmImportCallKind kind; member
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast.cc | 236 FunctionKind FunctionLiteral::kind() const { return scope()->function_kind(); } in kind() function in v8::internal::FunctionLiteral 279 ObjectLiteralProperty(Expression* key, Expression* value, Kind kind, bool is_computed_name) ObjectLiteralProperty() argument 307 ClassLiteralProperty(Expression* key, Expression* value, Kind kind, bool is_static, bool is_computed_name, bool is_private) ClassLiteralProperty() argument 656 ElementsKind kind = boilerplate_descriptor_kind(); BuildBoilerplateDescription() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 40 GetNameFromImportsAndExportsOrNull( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ImportExportKindCode kind, uint32_t index) GetNameFromImportsAndExportsOrNull() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-array.cc | 917 ElementsKind kind = object->GetElementsKind(); in CollectElementIndices() local 1268 ElementsKind kind = PACKED_SMI_ELEMENTS; in Slow_ArrayConcat() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | map-updater.cc | 1068 PrintReconfiguration(Isolate* isolate, Handle<Map> map, FILE* file, InternalIndex modify_index, PropertyKind kind, PropertyAttributes attributes) PrintReconfiguration() argument 1089 ReconfigureExistingProperty( Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyKind kind, PropertyAttributes attributes, PropertyConstness constness) ReconfigureExistingProperty() argument [all...] |
| H A D | feedback-vector.h | 71 inline bool IsCallICKind(FeedbackSlotKind kind) { in IsCallICKind() argument 75 inline bool IsLoadICKind(FeedbackSlotKind kind) { in IsLoadICKind() argument 79 inline bool IsLoadGlobalICKind(FeedbackSlotKind kind) { in IsLoadGlobalICKind() argument 84 inline bool IsKeyedLoadICKind(FeedbackSlotKind kind) { in IsKeyedLoadICKind() argument 88 IsKeyedHasICKind(FeedbackSlotKind kind) IsKeyedHasICKind() argument 92 IsStoreGlobalICKind(FeedbackSlotKind kind) IsStoreGlobalICKind() argument 97 IsSetNamedICKind(FeedbackSlotKind kind) IsSetNamedICKind() argument 102 IsDefineNamedOwnICKind(FeedbackSlotKind kind) IsDefineNamedOwnICKind() argument 106 IsDefineKeyedOwnICKind(FeedbackSlotKind kind) IsDefineKeyedOwnICKind() argument 110 IsDefineKeyedOwnPropertyInLiteralKind(FeedbackSlotKind kind) IsDefineKeyedOwnPropertyInLiteralKind() argument 114 IsKeyedStoreICKind(FeedbackSlotKind kind) IsKeyedStoreICKind() argument 119 IsStoreInArrayLiteralICKind(FeedbackSlotKind kind) IsStoreInArrayLiteralICKind() argument 123 IsGlobalICKind(FeedbackSlotKind kind) IsGlobalICKind() argument 127 IsTypeProfileKind(FeedbackSlotKind kind) IsTypeProfileKind() argument 131 IsCloneObjectKind(FeedbackSlotKind kind) IsCloneObjectKind() argument 135 GetTypeofModeFromSlotKind(FeedbackSlotKind kind) GetTypeofModeFromSlotKind() argument 142 GetLanguageModeFromSlotKind(FeedbackSlotKind kind) GetLanguageModeFromSlotKind() argument 483 append(FeedbackSlotKind kind) append() argument 496 SharedFeedbackSlot(FeedbackVectorSpec* spec, FeedbackSlotKind kind) SharedFeedbackSlot() argument 620 FeedbackSlotKind kind() const { kind() function in v8::internal::FeedbackMetadataIterator 726 FeedbackSlotKind kind() const { return kind_; } kind() function in v8::internal::final [all...] |
| H A D | js-function.cc | 24 const CodeKind kind = code().kind(); in GetAttachedCodeKinds() local 688 FunctionKind kind = function->shared().kind(); SetPrototype() local [all...] |
| H A D | lookup.cc | 348 ElementsKind kind = holder_obj->GetElementsKind(isolate_); in PrepareForDataProperty() local [all...] |
| H A D | map-inl.h | 598 ElementsKind kind = elements_kind(); in has_any_typed_array_or_wasm_array_elements() local
|
| H A D | property-details.h | 125 static constexpr Representation FromKind(Kind kind) { in FromKind() argument 204 constexpr Kind kind() const { return static_cast<Kind>(kind_); } in kind() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation 268 constexpr PropertyDetails(PropertyKind kind, PropertyAttributes attributes, in PropertyDetails() argument 282 constexpr PropertyDetails(PropertyKind kind, PropertyAttributes attributes, in PropertyDetails() argument 293 constexpr PropertyDetails(PropertyKind kind, PropertyAttribute argument 359 PropertyKind kind() const { return KindField::decode(value_); } kind() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::PropertyDetails 367 HasKindAndAttributes(PropertyKind kind, PropertyAttributes attributes) HasKindAndAttributes() argument [all...] |
| H A D | shared-function-info-inl.h | 335 FunctionKind SharedFunctionInfo::kind() const { in kind() function in v8::internal::SharedFunctionInfo 340 void SharedFunctionInfo::set_kind(FunctionKind kind) { in set_kind() argument [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | scanner.h | 467 inline bool IsValidBigIntKind(NumberKind kind) { in IsValidBigIntKind() argument 471 inline bool IsDecimalNumberKind(NumberKind kind) { in IsDecimalNumberKind() argument
|
| H A D | expression-scope.h | 372 VariableKind kind = NORMAL_VARIABLE; in Declare() local 440 VariableKind kind = PARAMETER_VARIABLE; in Declare() local 750 ArrowHeadParsingScope(ParserT* parser, FunctionKind kind) in ArrowHeadParsingScope() argument 788 VariableKind kind = PARAMETER_VARIABLE; ValidateAndCreateScope() local 830 FunctionKind kind() const { kind() function in v8::internal::ArrowHeadParsingScope [all...] |
| H A D | scanner.cc | 747 NumberKind kind = DECIMAL; in ScanNumber() local 713 ScanImplicitOctalDigits(int start_pos, Scanner::NumberKind* kind) ScanImplicitOctalDigits() argument [all...] |
| /third_party/node/deps/v8/src/json/ |
| H A D | json-parser.cc | 675 ElementsKind kind = PACKED_SMI_ELEMENTS; in BuildJsonArray() local
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-graph-builder.cc | 424 LoadHandler::Kind kind = LoadHandler::KindBits::decode(smi_handler); in VisitGetNamedProperty() local 477 StoreHandler::Kind kind = StoreHandler::KindBits::decode(smi_handler); in VisitSetNamedProperty() local
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-test.cc | 262 CodeKind kind = CodeKindForTopTier(); in CanOptimizeFunction() local
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | instructions.h | 160 DefinitionLocation(Kind kind, const void* location, std::size_t index) in DefinitionLocation() argument 253 InstructionKind kind() const { return kind_; } in kind() function in v8::internal::torque::Instruction 748 Kind kind; global() member [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-ctf-reader.cc | 1021 uint32_t kind = ctf_type_kind_forwarded (ctf_dictionary, ctf_type); in process_ctf_forward_type() local
|
| H A D | abg-ini.cc | 263 property_value::property_value(value_kind kind) in property_value() argument [all...] |