Home
last modified time | relevance | path

Searched refs:BUILTINS (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlog_wrapper.h29 #define LOG_BUILTINS(level) ARK_LOG(level, Component::BUILTINS)
Dlog.h48 BUILTINS = 1ULL << 5ULL, enumerator
93 case Component::BUILTINS: in GetComponentStr()
Dlog.cpp175 components_ |= Component::BUILTINS; in SetLogComponentFromString()
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.rb22 BUILTINS = Hash.new() constant
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb51 % Signatures::BUILTINS.each do |ref, desc|
56 % Signatures::BUILTINS.each do |ref, desc|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h37 BUILTINS, enumerator
Dsnapshot_processor.cpp1413 case SnapshotType::BUILTINS: { in HandleRootObject()