Home
last modified time | relevance | path

Searched refs:ptr_kind (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc6329 StringPointerKind ptr_kind, Label* if_bailout) { in TryToSequential() argument
6330 CHECK(ptr_kind == PTR_TO_DATA || ptr_kind == PTR_TO_STRING); in TryToSequential()
6341 if (ptr_kind == PTR_TO_DATA) { in TryToSequential()
6357 if (ptr_kind == PTR_TO_STRING) { in TryToSequential()
Dcode-stub-assembler.h3077 TNode<RawPtrT> TryToSequential(StringPointerKind ptr_kind, Label* if_bailout);
/external/clang/include/clang/Basic/
DAttrDocs.td1370 Use ``__attribute__((pointer_with_type_tag(ptr_kind, ptr_idx, type_tag_idx)))``