Searched defs:comment (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit.cpp | 106 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()
|
D | circuit_builder.cpp | 493 …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 …]
|
D | call_signature.cpp | 1400 CallSignature comment("Comment", 0, 1, in DEF_CALL_SIGNATURE() local
|
D | stub_builder-inl.h | 247 bool isNew, const char* comment) in CallBuiltinRuntime()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.cpp | 85 … GateRef numArgs, GateRef func, GateRef newTarget, const char* comment) in CallSlowPath()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 7063 comment: function(t, e, i) { method
|