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/
H A Dbuiltins-constructor-gen.cc547 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 Dkeyed-store-generic.cc573 if_typed_array(this), if_dictionary(this); in EmitGenericElementStore()
636 &if_dictionary); in EmitGenericElementStore() local
640 BIND(&if_dictionary); in EmitGenericElementStore()
H A Daccessor-assembler.cc2316 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 Dcode-stub-assembler.cc2700 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 26 milliseconds