Home
last modified time | relevance | path

Searched refs:TestAbsoluteAddressRelocation (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs_signature.h31 V(TestAbsoluteAddressRelocation)
Dtest_stubs_signature.cpp219 DEF_CALL_SIGNATURE(TestAbsoluteAddressRelocation) in DEF_CALL_SIGNATURE() argument
222 CallSignature TestAbsoluteAddressRelocation("TestAbsoluteAddressRelocation", 0, 1, in DEF_CALL_SIGNATURE() local
224 *callSign = TestAbsoluteAddressRelocation; in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp1105 auto function = stubModule.GetFunction(CommonStubCSigns::TestAbsoluteAddressRelocation); in HWTEST_F_L0()