Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_emitter.h61 void EmitArrayClassCacheLoad(Emitter &emitter, const Insn &insn) const;
Daarch64_obj_emitter.h168 …void EmitArrayClassCacheLoad(const Insn &insn, std::vector<uint32> &label2Offset, ObjFuncEmitInfo …
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp402 EmitArrayClassCacheLoad(emitter, insn); in EmitAArch64Insn()
914 void AArch64AsmEmitter::EmitArrayClassCacheLoad(Emitter &emitter, const Insn &insn) const in EmitArrayClassCacheLoad() function in maplebe::AArch64AsmEmitter