Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dinspector_server.cpp190 size_t fid = 5; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h408 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid) : UnaryNode(o, typ), tyIdx(typeIdx), fieldID(fid) {} in IreadNode() argument
410 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid, BaseNode *expr) in IreadNode() argument
914 AddrofNode(Opcode o, PrimType typ, StIdx sIdx, FieldID fid) : BaseNode(o, typ, 0), stIdx(sIdx), fieldID(fid) {} in AddrofNode() argument
1214 void SetFieldID(FieldID fid) in SetFieldID() argument

Completed in 5 milliseconds