Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.cpp106 const GateRef inList[], GateType type, const char* comment) in NewGate()
133 …Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* comment) in NewGate()
139 const std::initializer_list<GateRef>& args, GateType type, const char* comment) in NewGate()
144 …uit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const char* comment) in NewGate()
Dcircuit_builder.cpp493 …er::CallTargetCheck(GateRef gate, GateRef function, GateRef id, GateRef param, const char* comment) in CallTargetCheck()
525 std::string comment = Deoptimizier::DisplayItems(type); in DeoptCheck() local
809 const char* comment) in CallBCHandler()
821 const char* comment) in CallBuiltin()
833 const char* comment) in CallBuiltinWithArgv()
845 const char* comment) in CallBCDebugger()
857 GateRef hirGate, const char* comment) in CallRuntime()
875 …ilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment) in CallRuntimeVarargs()
888 GateRef hirGate, const char* comment) in CallNGCRuntime()
980 const char* comment) in CallStub()
[all …]
Dcall_signature.cpp1400 CallSignature comment("Comment", 0, 1, in DEF_CALL_SIGNATURE() local
Dstub_builder-inl.h247 bool isNew, const char* comment) in CallBuiltinRuntime()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp85 … GateRef numArgs, GateRef func, GateRef newTarget, const char* comment) in CallSlowPath()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js7063 comment: function(t, e, i) { method