Home
last modified time | relevance | path

Searched refs:int_index (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/runtime/
Druntime-classes.cc151 int int_index = Smi::ToInt(index); in GetMethodAndSetHomeObjectAndName() local
154 if (int_index < ClassBoilerplate::kFirstDynamicArgumentIndex) { in GetMethodAndSetHomeObjectAndName()
155 return args.at<Object>(int_index); in GetMethodAndSetHomeObjectAndName()
158 Handle<JSFunction> method = args.at<JSFunction>(int_index); in GetMethodAndSetHomeObjectAndName()
188 int int_index = Smi::ToInt(index); in GetMethodWithSharedNameAndSetHomeObject() local
191 if (int_index < ClassBoilerplate::kFirstDynamicArgumentIndex) { in GetMethodWithSharedNameAndSetHomeObject()
192 return args[int_index]; in GetMethodWithSharedNameAndSetHomeObject()
195 Handle<JSFunction> method = args.at<JSFunction>(int_index); in GetMethodWithSharedNameAndSetHomeObject()
/external/dnsmasq/src/
Drfc2131.c117 size_t dhcp_reply(struct dhcp_context* context, char* iface_name, int int_index, size_t sz, in dhcp_reply() argument
436 lease_set_interface(lease, int_index); in dhcp_reply()
1074 lease_set_interface(lease, int_index); in dhcp_reply()
1142 lease_set_interface(lease, int_index); in dhcp_reply()
Ddnsmasq.h791 size_t dhcp_reply(struct dhcp_context* context, char* iface_name, int int_index, size_t sz,
/external/v8/src/wasm/
Dmodule-compiler.cc1432 int int_index = static_cast<int>(index); in SanitizeImports() local
1435 ? LookupImportAsm(int_index, import_name) in SanitizeImports()
1436 : LookupImport(int_index, module_name, import_name); in SanitizeImports()
/external/v8/src/
Dapi.cc1452 int int_index = static_cast<int>(index); in FromSnapshot() local
1453 if (int_index < serialized_objects->length()) { in FromSnapshot()
1454 i::Object* info = serialized_objects->get(int_index); in FromSnapshot()
1667 int int_index = static_cast<int>(index); in FromSnapshot() local
1668 if (int_index < serialized_objects->length()) { in FromSnapshot()
1669 i::Object* info = serialized_objects->get(int_index); in FromSnapshot()
6386 int int_index = static_cast<int>(index); in GetSerializedDataFromFixedArray() local
6387 i::Object* object = list->get(int_index); in GetSerializedDataFromFixedArray()
6389 list->set_the_hole(isolate, int_index); in GetSerializedDataFromFixedArray()