Home
last modified time | relevance | path

Searched defs:target_kind (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc463 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity() local
484 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity() local
546 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity() local
/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc33 CodeKind target_kind, ConcurrencyMode mode) { in CompileOptimized()
/third_party/node/deps/v8/src/objects/
Djs-function.cc166 constexpr TieringState TieringStateFor(CodeKind target_kind, in TieringStateFor()
179 void JSFunction::MarkForOptimization(Isolate* isolate, CodeKind target_kind, in MarkForOptimization()
Djs-objects-inl.h170 ElementsKind target_kind = current_kind; in EnsureCanContainElements() local
Djs-objects.cc3916 ElementsKind target_kind = is_sloppy_arguments in NormalizeElements() local
/third_party/python/Objects/
Dframeobject.c533 Kind target_kind = top_of_stack(to_stack); in explain_incompatible_stack() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc72 ElementsKind target_kind = origin_kind; in MatchArrayElementsKindToArguments() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2745 TNode<BoolT> IsElementsKindInRange(TNode<Int32T> target_kind, in IsElementsKindInRange()
Dcode-stub-assembler.cc14540 TNode<Int32T> target_kind, ElementsKind reference_kind) { in IsElementsKindGreaterThan()
14545 TNode<Int32T> target_kind, ElementsKind reference_kind) { in IsElementsKindGreaterThanOrEqual()
14550 TNode<Int32T> target_kind, ElementsKind reference_kind) { in IsElementsKindLessThanOrEqual()