Home
last modified time | relevance | path

Searched defs:nextEntry (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.cpp48 bool nextEntry = false; in LineIndex() local
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
Djit_writer.h97 jit_code_entry *nextEntry; member
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h119 void SetNextEntry(GateRef linkedTable, GateRef entry, GateRef nextEntry) in SetNextEntry()
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.h283 inline void SetNextEntry(const JSThread *thread, int entry, JSTaggedValue nextEntry) in SetNextEntry()