Searched refs:if_dictionary (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-constructor-gen.cc | 547 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/ |
D | keyed-store-generic.cc | 573 if_typed_array(this), if_dictionary(this); in EmitGenericElementStore() local 636 &if_dictionary); in EmitGenericElementStore() 640 BIND(&if_dictionary); in EmitGenericElementStore()
|
D | accessor-assembler.cc | 2316 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/ |
D | code-stub-assembler.cc | 2700 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()
|