Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/util/parser/
Dcharset.h58 Charset cs; variable
68 Charset cs; variable
78 Charset cs; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dcollection_set_test.cpp64 CollectionSet cs(std::move(youngRegions)); in TEST_F() local
84 CollectionSet cs(std::move(youngRegions)); in TEST_F() local
107 CollectionSet cs(std::move(youngRegions)); in TEST_F() local
137 CollectionSet cs(std::move(youngRegions)); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.cpp41 auto cs = asmCallSigns_[i]; in GenerateStubsX64() local
60 auto cs = asmCallSigns_[i]; in GenerateStubsAarch64() local
77 for (auto cs : asmCallSigns_) { in SetUpForAsmStubs() local
Dhcr_circuit_builder.cpp25 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in NoLabelCallRuntime() local
58 const CallSignature *cs = env_->IsBaselineBuiltin() ? BaselineStubCSigns::Get(index) : in CallStub() local
77 const CallSignature *cs = CommonStubCSigns::Get(index); in CallCommonStub() local
103 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallBuiltinRuntime() local
121 const CallSignature *cs = RuntimeStubCSigns::Get(index); in CallBuiltinRuntimeWithNewTarget() local
131 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call()
185 const CallSignature *cs = BytecodeStubCSigns::BCHandler(); in CallBCHandler() local
196 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsCSign(); in CallBuiltin() local
214 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsWithArgvCSign(); in CallBuiltinWithArgv() local
226 const CallSignature *cs = BytecodeStubCSigns::BCDebuggerHandler(); in CallBCDebugger() local
[all …]
Dcall_stub_builder.cpp193 const CallSignature *cs = RuntimeStubCSigns::Get(index); in LowerCallNGCRuntime() local
347 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerFastCall() local
355 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushArgv)); in LowerFastCall() local
376 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in LowerFastCall() local
384 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushArgv)); in LowerFastCall() local
398 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerFastCall() local
406 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in LowerFastCall() local
Dpost_schedule.cpp539 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LoweringHeapAllocate() local
617 int PostSchedule::SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::st… in SelectBarrier()
695 const CallSignature* cs = nullptr; in LoweringStoreWithBarrierAndPrepareScheduleGate() local
729 const CallSignature* cs = nullptr; in LoweringStoreWithBarrierAndPrepareScheduleGate() local
822 const CallSignature* cs = nullptr; in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
955 const CallSignature *cs = CommonStubCSigns::Get(index); in LoweringLoadWithBarrierAndPrepareScheduleGate() local
Dstub_compiler.cpp94 auto &cs = callSigns[i]; in RunPipeline() local
Dslowpath_lowering.cpp900 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
914 const CallSignature *cs = RuntimeStubCSigns::Get(index); in LowerCallNGCRuntime() local
2306 void SlowPathLowering::CallWithTimer(const CallSignature *cs, GateRef target, GateRef gate, GateRef… in CallWithTimer()
2350 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in SelectFastNew() local
2356 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushArgv)); in SelectFastNew() local
2362 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedCallSign(); in SelectFastNew() local
2368 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushArgv)); in SelectFastNew() local
2374 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in SelectFastNew() local
3708 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCallNew)); in LowerCallNewBuiltin() local
3744 const CallSignature *cs = RuntimeStubCSigns::GetOptimizedFastCallSign(); in LowerNewFastCall() local
[all …]
Dbuiltins_lowering.cpp173 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
555 const CallSignature *cs = BuiltinsStubCSigns::BuiltinsCSign(); in LowerCallBuiltinStub() local
Dfile_generators.cpp115 auto cs = callSigns[j]; in CollectFuncEntryInfo() local
350 auto cs = asmModule_.GetCSign(i); in CollectAsmStubCodeInfo() local
Dntype_hcr_lowering.cpp294 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntime)); in LowerCallRuntime() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
Daarch64_builder.cpp47 const CallSignature* cs = RuntimeStubCSigns::Get(RuntimeStubCSigns::ID_ASMFastWriteBarrier); in GetASMBarrierCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
Dx64_builder.cpp45 const CallSignature *cs = RuntimeStubCSigns::Get(RuntimeStubCSigns::ID_ASMFastWriteBarrier); in GetASMBarrierCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dextended_assembler_x64.cpp89 auto cs = callSigns[id]; in BindAssemblerStub() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchStatement.cpp63 for (auto cs : cases_) { in Dump() local
DswitchCaseStatement.cpp72 for (auto cs : consequent_) { in Dump() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/
DCallGraph.ts193 let cs: CallSite = new CallSite(callStmt, args, calleeNode.getID(), callerNode.getID()); variable
242 let cs = new DynCallSite(callStmt, args, calleeNode?.getID(), callerNode.getID()); variable
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp67 auto cs = callSigns[id]; in BindAssemblerStub() local
/arkcompiler/runtime_core/libpandabase/tests/
Dspan_test.cpp117 auto cs = Span(c1); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dspan_test.cpp119 auto cs = Span(c1); in TEST() local
/arkcompiler/ets_runtime/test/aottest/string_add/
Dstring_add.ts40 let cs = "ccc"; variable
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDynamicObjectLiteralsCheck.ts151 for (const cs of callsite) { constant
DNoTSLikeAsCheck.ts431 for (const cs of callsite) { constant
DInteropDeprecatedBuiltInAPICheck.ts796 for (const cs of callsite) { constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts418 for (let cs of funcPag.getNormalCallSites()) { variable
453 for (let cs of funcPag.getDynamicCallSites()) { variable

12