Home
last modified time | relevance | path

Searched defs:instruction_id (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/types/
Dtypes.h38 const Type* FindTypeOf(int instruction_id) { in FindTypeOf()
47 void SetTypeOf(int instruction_id, const Type* type) { in SetTypeOf()
/art/compiler/sea_ir/code_gen/
Dcode_gen.h53 llvm::Value* GetValue(int instruction_id) { in GetValue()
63 void AddValue(int instruction_id, llvm::Value* value) { in AddValue()