Home
last modified time | relevance | path

Searched defs:base_ (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h231 : base_(base), offsetReg_(offset), offsetImm_(0), addrmod_(AddrMode::OFFSET), in base_() function
236 : base_(base), offsetReg_(offset), offsetImm_(0), addrmod_(AddrMode::OFFSET), in base_() function
241 : base_(base), offsetReg_(RegisterId::INVALID_REG), offsetImm_(offset), addrmod_(addrmod), in base_() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeAliasType.h108 ETSTypeAliasType *base_ = nullptr; variable
/arkcompiler/ets_runtime/common_components/common/
Dpage_pool.h161 uint8_t* base_ = nullptr; // start address of the mapped pages variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h291 uint8_t *base_; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Doperands.h445 Reg base_; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.h391 os::mem::ConstBytePtr base_; variable
/arkcompiler/runtime_core/libpandafile/
Dfile.h462 os::mem::ConstBytePtr base_; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp168 ArenaUnorderedMap<Inst *, struct BaseVariable> base_; member in ark::compiler::VariableAnalysis