Home
last modified time | relevance | path

Searched refs:nextEntry (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.cpp48 bool nextEntry = false; variable
51 if (!nextEntry) {
70 nextEntry = true;
75 nextEntry = false;
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H A Djit_writer.h97 jit_code_entry *nextEntry; member
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp434 jit_code_entry *nextEntry = __jit_debug_descriptor.first_entry; in RegisterStubAnToDebuggerImpl() local
435 entry->next_entry = nextEntry; in RegisterStubAnToDebuggerImpl()
436 if (nextEntry) { in RegisterStubAnToDebuggerImpl()
437 nextEntry->prev_entry = entry; in RegisterStubAnToDebuggerImpl()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h126 void SetNextEntry(GateRef linkedTable, GateRef entry, GateRef nextEntry) in SetNextEntry() argument
129 SetElement(linkedTable, Int32Add(entryIndex, Int32(LinkedHashTableObject::ENTRY_SIZE)), nextEntry); in SetNextEntry()
/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h288 inline void SetNextEntry(const JSThread *thread, int entry, JSTaggedValue nextEntry) in SetNextEntry() argument
291 SetElement(thread, index, nextEntry); in SetNextEntry()
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp413 entry->nextEntry = __jit_debug_descriptor.firstEntry; in RegisterJitCode()
443 __jit_debug_descriptor.firstEntry = __jit_debug_descriptor.firstEntry->nextEntry; in CleanJitDebugCode()

Completed in 4 milliseconds