Searched refs:call_c (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-intl-gen.cc | 41 Label call_c(this), return_string(this), runtime(this, Label::kDeferred); in TF_BUILTIN() local 63 GotoIf(SmiGreaterThan(length, SmiConstant(kMaxShortStringLength)), &call_c); in TF_BUILTIN() 70 Node* const start_address = to_direct.PointerToData(&call_c); in TF_BUILTIN() 106 BIND(&call_c); in TF_BUILTIN()
|
D | builtins-typed-array-gen.cc | 1257 Label call_c(this), call_memmove(this), if_count_is_not_zero(this), in TF_BUILTIN() local 1311 GotoIfNot(Word32Equal(source_el_kind, target_el_kind), &call_c); in TF_BUILTIN() 1315 Branch(WordEqual(receiver_buffer, target_buffer), &call_c, &call_memmove); in TF_BUILTIN() 1319 GotoIfForceSlowPath(&call_c); in TF_BUILTIN() 1359 BIND(&call_c); in TF_BUILTIN()
|