Searched refs:if_dictionary (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-constructor-gen.cc | 547 Label if_dictionary(this), if_fast(this), done(this); in CreateShallowObjectLiteral() 549 &if_dictionary, &if_fast); in CreateShallowObjectLiteral() local 550 BIND(&if_dictionary); in CreateShallowObjectLiteral()
|
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 573 if_typed_array(this), if_dictionary(this); in EmitGenericElementStore() 636 &if_dictionary); in EmitGenericElementStore() local 640 BIND(&if_dictionary); in EmitGenericElementStore()
|
H A D | accessor-assembler.cc | 2316 if_fast_holey_double(this), if_nonfast(this), if_dictionary(this); in EmitElementLoad() 2412 &if_dictionary); in EmitElementLoad() local 2415 BIND(&if_dictionary); in EmitElementLoad()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 2700 if_holey_double(this), if_dictionary(this, Label::kDeferred); 2721 Switch(elements_kind, &if_dictionary, kinds, labels, arraysize(kinds)); 2749 BIND(&if_dictionary);
|
Completed in 25 milliseconds