Searched refs:LoadIC_Noninlined (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.h | 299 // LoadIC contains the full LoadIC logic, while LoadIC_Noninlined contains 304 void LoadIC_Noninlined(const LoadICParameters* p,
|
H A D | accessor-assembler.cc | 3110 LoadIC_Noninlined(p, lookup_start_object_map, strong_feedback, &var_handler, in LoadIC() 3171 // LoadIC_Noninlined can be used here, since it handles the in LoadSuperIC() 3173 LoadIC_Noninlined(p, lookup_start_object_map, strong_feedback, &var_handler, in LoadSuperIC() 3183 void AccessorAssembler::LoadIC_Noninlined(const LoadICParameters* p, in LoadIC_Noninlined() function in v8::internal::AccessorAssembler 4217 LoadIC_Noninlined(&p, lookup_start_object_map, feedback, &var_handler, in GenerateLoadIC_Noninlined()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 619 TFH(LoadIC_Noninlined, LoadWithVector) \
|
Completed in 13 milliseconds