Home
last modified time | relevance | path

Searched refs:MakeStackParameter (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dspill_fills_resolver.h109 return Location::MakeStackParameter(reg - PARAMETER_SLOTS_OFFSET); in ToLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dspill_fills_resolver.h110 return Location::MakeStackParameter(reg - parameterSlotsOffset_); in ToLocation()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.h193 static Location MakeStackParameter(size_t id) in MakeStackParameter() function in panda::compiler::Location
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dlocations.h194 static Location MakeStackParameter(size_t id) in MakeStackParameter() function in ark::compiler::Location
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp307 * @tc.desc: Verify the MakeStackParameter function.
318 EXPECT_EQ(location1.MakeStackParameter(4).GetValue(), 4); // 4: random number in HWTEST_F()

Completed in 4 milliseconds