Searched refs:kLocation (Results 1 – 6 of 6) sorted by relevance
22 const uintptr_t kLocation = 0x40ULL << kLog2Size; in main() local24 reinterpret_cast<void*>(kLocation), in main()
12 enum class V8InternalValueType { kEntry, kLocation, kScope, kScopeList }; enumerator
24 case V8InternalValueType::kLocation: in subtypeForInternalType()
115 if (!markAsInternal(context, location, V8InternalValueType::kLocation)) { in buildLocation()
100 BRILLO_EXPORT extern const char kLocation[];
90 const char response_header::kLocation[] = "Location"; member in brillo::http::response_header