Home
last modified time | relevance | path

Searched refs:cont (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/parser/tests/
H A Dparser_test.cpp109 static void VerifierParserTest1(Context &cont, It &start, It &end) in VerifierParserTest1() argument
113 EXPECT_TRUE(ENDP(cont, start, end)); in VerifierParserTest1()
115 EXPECT_FALSE(ENDP(cont, start, end)); in VerifierParserTest1()
120 EXPECT_TRUE(ACSTRINGP(cont, start, end)); in VerifierParserTest1()
123 EXPECT_TRUE(ACSTRINGP(cont, start, end)); in VerifierParserTest1()
125 EXPECT_FALSE(ACSTRINGP(cont, start, end)); in VerifierParserTest1()
131 EXPECT_FALSE(FOOABCP(cont, start, end)); in VerifierParserTest1()
134 EXPECT_TRUE(FOOABCP(cont, start, end)); in VerifierParserTest1()
136 EXPECT_FALSE(BARABCP(cont, start, end)); in VerifierParserTest1()
141 EXPECT_TRUE(ABCDEFP(cont, star in VerifierParserTest1()
150 VerifierParserTest2(Context &cont, It &start, It &end) VerifierParserTest2() argument
197 Context cont; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject-references-iterator-inl.h42 [[maybe_unused]] auto cont = handler->ProcessObjectPointer(p); in Iterate() local
44 if (!cont) { in Iterate()
69 [[maybe_unused]] auto cont = handler->ProcessObjectPointer(p); in Iterate()
71 if (!cont) { in Iterate()
212 [[maybe_unused]] auto cont = IterateRange<INTERRUPTIBLE>(refStart, refEnd, handler); in IterateObjectReferences() local
214 if (!cont) { in IterateObjectReferences()
242 [[maybe_unused]] auto cont = IterateRange<INTERRUPTIBLE>(refStart, refEnd, handler, begin, end); in IterateObjectReferences() local
244 if (!cont) { in IterateObjectReferences()
260 [[maybe_unused]] auto cont = handler->ProcessObjectPointer(p); in IterateRange() local
262 if (!cont) { in IterateRange()
376 [[maybe_unused]] auto cont = handler->ProcessObjectPointer(p); IterateClassReferences() local
432 [[maybe_unused]] auto cont = handler->ProcessObjectPointer(p); IterateObjectReferences() local
[all...]
H A Drem_set.h178 void ProcessRemSets(const RegionContainer &cont, const RegionPred &regionPred, const MemVisitor &visitor);
H A Drem_set-inl.h258 void GlobalRemSet::ProcessRemSets(const RegionContainer &cont, const RegionPred &regionPred, const MemVisitor &visitor) in ProcessRemSets() argument
260 for (auto *region : cont) { in ProcessRemSets()
/arkcompiler/runtime_core/scripts/
H A Dmemusage.py221 cont = args.follow
222 while cont:
229 cont = False
/arkcompiler/runtime_core/static_core/scripts/
H A Dmemusage.py221 cont = args.follow
222 while cont:
229 cont = False
/arkcompiler/runtime_core/static_core/verification/util/
H A Drange.h92 Range(const Container &cont) : from_ {0}, to_ {cont.size() - 1} in Range() argument
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp31 LinkerDebugInfoUpdater(const panda_file::File *file, panda_file::ItemContainer *cont) : Super(file), cont_(cont) {} in LinkerDebugInfoUpdater() argument
56 LinkerDebugInfoScrapper(const panda_file::File *file, CodePatcher *patcher, panda_file::ItemContainer *cont) in LinkerDebugInfoScrapper() argument
57 : Super(file), patcher_(patcher), cont_(cont) in LinkerDebugInfoScrapper()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp108 uint8_t cont = ((codepoint | byteMark) & byteMask); in EncodeUTF8() local
109 utf8[index + j] = cont; in EncodeUTF8()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp47 FileReaderDebugInfoUpdater(const File *file, ItemContainer *cont) : Super(file), cont_(cont) {} in FileReaderDebugInfoUpdater() argument

Completed in 7 milliseconds