Home
last modified time | relevance | path

Searched refs:WriteRefFieldParam (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1640 struct WriteRefFieldParam { struct
1663 WriteRefFieldParam firstCallParam; argument
1664 WriteRefFieldParam currentCallParam;
1666 bool WriteFieldCallOptPatternMatch(const Insn &writeFieldCallInsn, WriteRefFieldParam &param);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp5468 …llPattern::WriteFieldCallOptPatternMatch(const Insn &writeFieldCallInsn, WriteRefFieldParam &param) in WriteFieldCallOptPatternMatch()