OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spec_ty
(Results
1 - 1
of
1
) sorted by null
/art/compiler/llvm/
md_builder.cc
33
::llvm::MDNode*&
spec_ty
= tbaa_special_type_[sty_id];
local
34
if (
spec_ty
== NULL) {
37
spec_ty
= createTBAANode("Register", tbaa_root_);
40
spec_ty
= createTBAANode("StackTemp", tbaa_root_);
43
spec_ty
= createTBAANode("HeapArray", tbaa_root_);
46
spec_ty
= createTBAANode("HeapInstance", tbaa_root_);
49
spec_ty
= createTBAANode("HeapStatic", tbaa_root_);
52
spec_ty
= createTBAANode("JRuntime", tbaa_root_);
55
spec_ty
= createTBAANode("RuntimeInfo", GetTBAASpecialType(kTBAAJRuntime));
58
spec_ty
= createTBAANode("ShadowFrame", GetTBAASpecialType(kTBAAJRuntime))
91
::llvm::MDNode*&
spec_ty
= tbaa_memory_jtype_[sty_mapped_index][jty_id];
local
[
all
...]
Completed in 442 milliseconds