Searched defs:str_name (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/cctest/
H A Dtest-inobject-slack-tracking.cc44 Handle<String> str_name = factory->InternalizeUtf8String(name); local
47 Object::GetProperty(isolate->global_object(), str_name).ToHandleChecked();
57 Handle<String> str_name = factory->InternalizeUtf8String(name); local
62 if (ScriptContextTable::Lookup(script_contexts, str_name, &lookup_result)) {
/external/libunwind/src/
H A Delfxx.c351 char* str_name = strtab + sym->st_name; local
352 if (str_name > (char*) ei->u.mapped.image + ei->u.mapped.size ||
353 str_name < strtab) {
359 uintptr_t max_size = (uintptr_t) str_name - (uintptr_t) ei->u.mapped.image;
364 strncpy (buf, str_name, buf_len);
/external/v8/src/ic/
H A Dic.cc648 Handle<String> str_name = Handle<String>::cast(name); local
653 if (ScriptContextTable::Lookup(script_contexts, str_name, &lookup_result)) {
1503 Handle<String> str_name = Handle<String>::cast(name); local
1509 if (ScriptContextTable::Lookup(script_contexts, str_name, &lookup_result)) {
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c1123 HChar* str_name = ML_(cur_read_strdup)(ui.name, "di.rdd3.1"); local
1126 ui.stmt_list, str_name, str_compdir );
1127 ML_(dinfo_free)(str_name);
1136 HChar* str_name = ML_(cur_read_strdup)(ui.name, "di.rdd3.3"); local
1138 escn_debug_line.szB, ui.stmt_list, str_name );
1139 ML_(dinfo_free)(str_name);

Completed in 417 milliseconds