Searched defs:target_info (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.cc819 auto* target_info = Lookup(target_variable); local
821 if (target_info != nullptr) {
838 target_info = new (zone_) VariableInfo(type);
839 target_info->set_mutability(mutability);
842 target_info = ImportLookup(value->AsProperty());
843 if (target_info == nullptr) {
846 CHECK(target_info->mutability() == VariableInfo::kImmutableGlobal);
847 if (target_info->IsFFI()) {
849 target_info = new (zone_) VariableInfo(ffi_type_);
850 target_info
1071 auto* target_info = Lookup(target_variable); local
1838 auto* target_info = Lookup(var); local
[all...]
/external/curl/lib/
H A Durldata.h334 void *target_info; /* TargetInfo received in the ntlm type-2 message */ member in struct:ntlmdata

Completed in 136 milliseconds