Home
last modified time | relevance | path

Searched defs:bid (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_regsaves.h196 CalleeBitsType GetBBCalleeBits(CalleeBitsType *data, uint32 bid) const in GetBBCalleeBits()
201 void SetCalleeBit(CalleeBitsType *data, uint32 bid, regno_t reg) const in SetCalleeBit()
209 void ResetCalleeBit(CalleeBitsType *data, uint32 bid, regno_t reg) const in ResetCalleeBit()
215 bool IsCalleeBitSet(CalleeBitsType *data, uint32 bid, regno_t reg) const in IsCalleeBitSet()
245 SavedRegInfo *GetbbSavedRegsEntry(uint32 bid) in GetbbSavedRegsEntry()
258 BB *GetId2bb(uint32 bid) in GetId2bb()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_regsaves.cpp347 uint32 bid = bbDom->GetId(); in DetermineCalleeSaveLocationsDoms() local
385 for (uint32 bid = 1; bid < static_cast<uint32>(bbSavedRegs.size()); ++bid) { in DetermineCalleeSaveLocationsPre() local
445 for (uint32 bid = 1; bid < static_cast<uint32>(bbSavedRegs.size()); ++bid) { in DetermineCalleeRestoreLocations() local
482 for (size_t bid = 1; bid < bbSavedRegs.size(); ++bid) { in DetermineCalleeRestoreLocations() local
566 uint32 bid = 0; in InsertCalleeSaveCode() local
643 BBId bid = bb->GetId(); in Verify() local
725 uint32 bid = 0; in InsertCalleeRestoreCode() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp168 auto breaks = [break_id](PtThread thread, BreakpointId bid) { in TEST_F()