Searched refs:nesting_level (Results 1 – 9 of 9) sorted by relevance
43 static int nesting_level; field in ParserCore102 for (int i = 0; i < nesting_level ; i++) in dbg_enter()111 nesting_level++; in dbg_enter()116 for (int i = 0; i < nesting_level ; i++) in dbg_leave()126 nesting_level --; in dbg_leave()
53 FT_UInt nesting_level; member122 otvalid->nesting_level = 0; \129 otvalid->nesting_level = 0; \138 otvalid->nesting_level = 0; \154 otvalid->debug_function_name[otvalid->nesting_level] )); \176 otvalid->nesting_level = 0; \182 otvalid->nesting_level = 0; \189 otvalid->nesting_level = 0; \
659 otvalid->nesting_level++; in otv_x_Ox()660 func = otvalid->func[otvalid->nesting_level]; in otv_x_Ox()665 otvalid->nesting_level--; in otv_x_Ox()694 otvalid->nesting_level++; in otv_u_C_x_Ox()695 func = otvalid->func[otvalid->nesting_level]; in otv_u_C_x_Ox()700 otvalid->nesting_level--; in otv_u_C_x_Ox()863 otvalid->nesting_level++; in otv_u_O_O_x_Onx()864 func = otvalid->func[otvalid->nesting_level]; in otv_u_O_O_x_Onx()876 otvalid->nesting_level--; in otv_u_O_O_x_Onx()955 otvalid->nesting_level++; in otv_u_O_O_O_O_x_Onx()[all …]
70 otvalid->nesting_level++; in otv_O_x_Ox()71 func = otvalid->func[otvalid->nesting_level]; in otv_O_x_Ox()77 otvalid->nesting_level--; in otv_O_x_Ox()
132 otvalid->nesting_level++; in otv_u_O_O_u_O_O()133 func = otvalid->func[otvalid->nesting_level]; in otv_u_O_O_u_O_O()138 otvalid->nesting_level--; in otv_u_O_O_u_O_O()
94 natural_t nesting_level = 0; in GetMemoryRegionSize() local106 &nesting_level, in GetMemoryRegionSize()129 &nesting_level, in GetMemoryRegionSize()
261 natural_t nesting_level = 0; in CalculateStackSize() local274 &stack_region_size, &nesting_level, in CalculateStackSize()297 nesting_level = 0; in CalculateStackSize()300 &next_region_size, &nesting_level, in CalculateStackSize()1030 natural_t nesting_level = 0; in WriteMemoryListStream() local1040 &nesting_level, in WriteMemoryListStream()
102 int nesting_level() const { return nesting_level_; } in nesting_level() function
552 if (nesting_level() == run_nesting_level()) {568 nesting_level() == run_nesting_level() &&