Home
last modified time | relevance | path

Searched refs:if_dictionary (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.cc547 Label if_dictionary(this), if_fast(this), done(this); in CreateShallowObjectLiteral() local
549 &if_dictionary, &if_fast); in CreateShallowObjectLiteral()
550 BIND(&if_dictionary); in CreateShallowObjectLiteral()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc573 if_typed_array(this), if_dictionary(this); in EmitGenericElementStore() local
636 &if_dictionary); in EmitGenericElementStore()
640 BIND(&if_dictionary); in EmitGenericElementStore()
Daccessor-assembler.cc2316 if_fast_holey_double(this), if_nonfast(this), if_dictionary(this); in EmitElementLoad() local
2412 &if_dictionary); in EmitElementLoad()
2415 BIND(&if_dictionary); in EmitElementLoad()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2700 if_holey_double(this), if_dictionary(this, Label::kDeferred); in LoadFixedArrayBaseElementAsTagged() local
2721 Switch(elements_kind, &if_dictionary, kinds, labels, arraysize(kinds)); in LoadFixedArrayBaseElementAsTagged()
2749 BIND(&if_dictionary); in LoadFixedArrayBaseElementAsTagged()