Home
last modified time | relevance | path

Searched refs:NUM_OF_STUBS (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_csigns.h33 NUM_OF_STUBS enumerator
42 ASSERT(index < NUM_OF_STUBS); in Get()
48 ASSERT(index < NUM_OF_STUBS);
53 static CallSignature callSigns_[NUM_OF_STUBS];
H A Dbaseline_stubs.cpp91 CallSignature BaselineStubCSigns::callSigns_[BaselineStubCSigns::NUM_OF_STUBS];
288 for (size_t i = 0; i < NUM_OF_STUBS; i++) { in GetCSigns()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h131 NUM_OF_STUBS enumerator
140 ASSERT(index < NUM_OF_STUBS); in Get()
146 ASSERT(index < NUM_OF_STUBS);
151 static CallSignature callSigns_[NUM_OF_STUBS];
H A Drt_call_signature.h29 NUM_OF_STUBS enumerator
64 ASSERT(index < NUM_OF_STUBS);
77 ASSERT(index < NUM_OF_STUBS);
H A Dbc_call_signature.h645 NUM_OF_STUBS, enumerator
H A Dcommon_stubs.cpp1263 CallSignature CommonStubCSigns::callSigns_[CommonStubCSigns::NUM_OF_STUBS];
1283 for (size_t i = 0; i < NUM_OF_STUBS; i++) { in GetCSigns()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread_stub_entries.h31 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::NUM_OF_STUBS;
58 static constexpr size_t COUNT = kungfu::RuntimeStubCSigns::NUM_OF_STUBS;
79 static constexpr size_t COUNT = kungfu::CommonStubCSigns::NUM_OF_STUBS;
150 static constexpr size_t COUNT = kungfu::BaselineStubCSigns::NUM_OF_STUBS;
H A Djs_thread.h380 ASSERT(id < kungfu::RuntimeStubCSigns::NUM_OF_STUBS); in RegisterRTInterface()
386 ASSERT(id < kungfu::RuntimeStubCSigns::NUM_OF_STUBS);

Completed in 21 milliseconds