Home
last modified time | relevance | path

Searched refs:skipList (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_compiler.cpp118 auto skipList = ark::compiler::g_options.GetCompilerInliningBlacklist(); in IsInliningDisabled() local
119 if (!skipList.empty()) { in IsInliningDisabled()
121 if (std::find(skipList.begin(), skipList.end(), methodName) != skipList.end()) { in IsInliningDisabled()
/arkcompiler/toolchain/tooling/base/
H A Dpt_params.cpp505 std::unique_ptr<PtJson> skipList; in Create() local
506 ret = params.GetArray("skipList", &skipList); in Create()
508 int32_t len = skipList->GetSize(); in Create()
511 std::unique_ptr<LocationRange> obj = LocationRange::Create(*skipList->Get(i)); in Create()
513 error += "'skipList' items LocationRange is invalid;"; in Create()
523 error += "Wrong type of 'skipList';"; in Create()
569 std::unique_ptr<PtJson> skipList; in Create() local
570 ret = params.GetArray("skipList", &skipList); in Create()
[all...]
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_params_test.cpp929 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"breakOnAsyncCall":10, "skipList":true}})"; in HWTEST_F_L0()
934 "skipList":[{"scriptId":"1", "start":{"lineNumber":1, "columnNumber":10}, "end":{"lineNumber":2, in HWTEST_F_L0()
950 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"skipList":true}})"; in HWTEST_F_L0()
954 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"skipList":[{"scriptId":"1", in HWTEST_F_L0()

Completed in 4 milliseconds