Searched defs:uint32 (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | phase_driver.h | 32 virtual void ProcessRun(uint32, void *, void *) {} in ProcessRun() argument 34 virtual void ProcessFinish(uint32, void *, void *) {} in ProcessFinish() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 27 void X64MoveRegArgs::CollectRegisterArgs(std::map<uint32, X64reg> &argsList, std::vector<uint32> &i… in CollectRegisterArgs() 74 X64ArgInfo X64MoveRegArgs::GetArgInfo(std::map<uint32, X64reg> &argsList, uint32 argIndex, in GetArgInfo()
|
| D | elf_assembler.cpp | 623 void ElfAssembler::AppendFixup(int64 labelIdx, FixupKind kind, const std::pair<uint32, size_t> &off… in AppendFixup() 720 void ElfAssembler::AppendRela(const Label &label, const std::pair<uint32, size_t> &offsetPair, uint… in AppendRela()
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayat/ |
| D | typedarrayat.js | 133 let uint32 = new Uint32Array(11); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | util.h | 22 using uint32 = uint32_t; variable
|
| D | operand.h | 284 Fixup(int64 index, FixupKind kind, const std::pair<uint32, size_t> &offset, int64 dispVal) in Fixup() 314 void SetOffset(const std::pair<uint32, size_t> &fixupOffset) in SetOffset()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | sparse_datainfo.h | 139 void EnlargeCapacityToAdaptSize(uint32 /* bitNO */) const in EnlargeCapacityToAdaptSize() argument
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 53 let uint32 = SendableUint32Array([1, 2, 3, 4, 5]); variable 59 let uint32 = new SendableUint32Array(2); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_scheduler.h | 100 virtual MplSchedulerParam *EncodeThreadMainEnvironment(uint32) in EncodeThreadMainEnvironment() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | types_def.h | 35 using uint32 = std::uint32_t; variable
|
| /arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
| D | jit_dump_elf.h | 31 using uint32 = uint32_t; variable
|