Lines Matching full:current
36 LOG_ECMA(ERROR) << "Get current thread attr failed"; in GetAsmStackLimit()
41 LOG_ECMA(ERROR) << "Destroy current thread attr failed"; in GetAsmStackLimit()
44 LOG_ECMA(ERROR) << "Get current thread stack size failed"; in GetAsmStackLimit()
52 LOG_ECMA(ERROR) << "Get current thread attr failed"; in GetAsmStackLimit()
57 LOG_ECMA(ERROR) << "Destroy current thread attr failed"; in GetAsmStackLimit()
60 LOG_ECMA(ERROR) << "Get current thread stack size failed"; in GetAsmStackLimit()
72 LOG_ECMA(ERROR) << "Get current thread stack size failed"; in GetAsmStackLimit()
76 …LOG_ECMA(ERROR) << "Get current thread stack size exceed " << JSThread::DEFAULT_MAX_SYSTEM_STACK_S… in GetAsmStackLimit()
86 …LOG_INTERPRETER(DEBUG) << "Current thread stack start: " << reinterpret_cast<void *>(threadStackSt… in GetAsmStackLimit()
89 … LOG_INTERPRETER(DEBUG) << "Current thread asm stack limit: " << reinterpret_cast<void *>(result); in GetAsmStackLimit()
103 … << ", Current thread asm stack limit: " << reinterpret_cast<void *>(currentThreadAsmStackLimit) in GetAsmStackLimit()