Home
last modified time | relevance | path

Searched defs:if_fast (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc549 &if_dictionary, &if_fast); in CreateShallowObjectLiteral() local
H A Dbuiltins-async-generator-gen.cc539 Branch(IsPromiseThenProtectorCellInvalid(), &if_slow, &if_fast); in TF_BUILTIN() local
H A Dbuiltins-object-gen.cc491 Branch(WordEqual(object_enum_length, IntPtrConstant(0)), &if_empty, &if_fast); in TF_BUILTIN() local
620 Branch(WordEqual(object_enum_length, IntPtrConstant(0)), &if_empty, &if_fast); in TF_BUILTIN() local
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc576 Branch(IsFastElementsKind(elements_kind), &if_fast, &if_nonfast); in EmitGenericElementStore() local
H A Daccessor-assembler.cc2319 &if_nonfast, &if_fast); in EmitElementLoad() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2482 Branch(IsSetWord32<CreateClosureFlags::FastNewClosureBit>(flags), &if_fast, in IGNITION_HANDLER() local
2900 Branch(TaggedEqual(receiver_map, cache_type), &if_fast, &if_slow); in IGNITION_HANDLER() local

Completed in 21 milliseconds