Home
last modified time | relevance | path

Searched refs:stkMem (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp55 if (unlikely(co->stkMem.magic != STACK_MAGIC)) { in CoStackCheck()
56 FFRT_LOGE("sp offset:%p.\n", co->stkMem.stk + in CoStackCheck()
57 co->stkMem.size - co->ctx.regs[FFRT_REG_SP]); in CoStackCheck()
267 uint64_t mp = reinterpret_cast<uint64_t>(co->stkMem.stk); in CoSetStackProt()
295 co->stkMem.size = static_cast<uint64_t>(stackSize - sizeof(CoRoutine) + 8);
296 co->stkMem.magic = STACK_MAGIC;
382 co2_init_context(&co->ctx, CoStartEntry, static_cast<void*>(co), co->stkMem.stk, co->stkMem.size);
H A Dco_routine.h83 StackMem stkMem; member
/foundation/resourceschedule/ffrt/src/dfx/dump/
H A Ddump.cpp79 uintptr_t stackTop = static_cast<uintptr_t>(stackBottom + co->stkMem.size); in DumpTask()
/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp584 *size = co->stkMem.size; in ffrt_get_current_coroutine_stack()

Completed in 3 milliseconds