| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.h | 30 std::string functionName; member 44 char functionName[FUNCTIONNAME_MAX]; member
|
| D | js_stackgetter.cpp | 70 const char *functionName = MethodLiteral::GetMethodName(jsPandaFile, methodId, true); in ParseMethodInfo() local 123 void JsStackGetter::GetNativeStack(const EcmaVM *vm, const FrameIterator &it, char *functionName, s… in GetNativeStack()
|
| D | js_stackgetter.h | 66 char functionName[100] = {0}; // 100:the maximum size of the functionName member
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_irtoc_compiler.cpp | 233 CompiledCode LLVMIrtocCompiler::GetCompiledCode(std::string_view functionName) in GetCompiledCode()
|
| D | llvm_ark_interface.cpp | 165 auto functionName = GetEntrypointInternalName(eid); in GetEntrypointCallee() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_sampling.cpp | 157 std::string HeapSampling::AddRunningState(char *functionName, RunningState state, kungfu::DeoptType… in AddRunningState()
|
| D | heap_snapshot_json_serializer.cpp | 164 CString functionName(info.functionName.c_str()); in SerializeTraceFunctionInfo() local
|
| D | heap_snapshot.h | 304 std::string functionName = ""; member
|
| D | heap_snapshot.cpp | 869 const std::string &functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in AddMethodInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_function_test.cpp | 167 JSHandle<JSTaggedValue> functionName = in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_types_test.cpp | 581 std::string functionName = "RuntimeCallFrameCreate"; in HWTEST_F_L0() local 599 std::string functionName = "RuntimeCallFrameCreate"; in HWTEST_F_L0() local 860 const std::string functionName = callFrame->GetFunctionName(); in HWTEST_F_L0() local 895 const std::string functionName = callFrame->GetFunctionName(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.cpp | 518 void Heap::ThrowOutOfMemoryError(size_t size, std::string functionName, bool NonMovableObjNearOOM) in ThrowOutOfMemoryError() 532 void Heap::ThrowOutOfMemoryErrorForDefault(size_t size, std::string functionName, bool NonMovableOb… in ThrowOutOfMemoryErrorForDefault() 551 void Heap::FatalOutOfMemoryError(size_t size, std::string functionName) in FatalOutOfMemoryError()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 46 std::string functionName = ""; member
|
| D | samples_record.cpp | 401 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptTyp… in AddRunningState()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 193 JSHandle<EcmaString> functionName = JSHandle<EcmaString>::Cast(targetName); in NameGetter() local 613 JSHandle<EcmaString> functionName; in SetFunctionName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 1360 const std::string functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in PrintByteCodesWithTypes() local 1470 … const std::string functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in TypeCheck() local 1531 … const std::string functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in PGOTypeCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_parser_test.cpp | 176 const std::string functionName("foo"); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 1625 CallFrame &SetFunctionName(const std::string &functionName) in SetFunctionName() 1787 RuntimeCallFrame &SetFunctionName(const std::string &functionName) in SetFunctionName() 2396 FunctionCoverage &SetFunctionName(const std::string &functionName) in SetFunctionName()
|
| D | pt_types.cpp | 1926 std::string functionName; in Create() local 2108 std::string functionName; in Create() local 2836 std::string functionName; in Create() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 285 auto functionName = value->GetAsScalar()->GetValue<std::string>(); in CheckValueMethodCase() local 616 auto functionName = record.name + "." + name; in CreateAnnotationItem() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 394 JSHandle<JSTaggedValue> functionName( in ParseFunctionType() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1394 std::string functionName = method->ParseFunctionName(); in GenerateCallFrame() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 625 …ModifierFlags const functionModifiers) -> std::pair<ir::ScriptFunction *, ir::MethodDefinition *> { in AddInitMethod()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 59221 functionName: n.func, property
|