Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h30 std::string functionName; member
44 char functionName[FUNCTIONNAME_MAX]; member
Djs_stackgetter.cpp70 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()
Djs_stackgetter.h66 char functionName[100] = {0}; // 100:the maximum size of the functionName member
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp233 CompiledCode LLVMIrtocCompiler::GetCompiledCode(std::string_view functionName) in GetCompiledCode()
Dllvm_ark_interface.cpp165 auto functionName = GetEntrypointInternalName(eid); in GetEntrypointCallee() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp157 std::string HeapSampling::AddRunningState(char *functionName, RunningState state, kungfu::DeoptType… in AddRunningState()
Dheap_snapshot_json_serializer.cpp164 CString functionName(info.functionName.c_str()); in SerializeTraceFunctionInfo() local
Dheap_snapshot.h304 std::string functionName = ""; member
Dheap_snapshot.cpp869 const std::string &functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in AddMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp167 JSHandle<JSTaggedValue> functionName = in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp581 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/
Dheap.cpp518 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/
Dsamples_record.h46 std::string functionName = ""; member
Dsamples_record.cpp401 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptTyp… in AddRunningState()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp193 JSHandle<EcmaString> functionName = JSHandle<EcmaString>::Cast(targetName); in NameGetter() local
613 JSHandle<EcmaString> functionName; in SetFunctionName() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1360 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/
Dts_type_parser_test.cpp176 const std::string functionName("foo"); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1625 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()
Dpt_types.cpp1926 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/
Dassembly-emitter.cpp285 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/
Dts_type_parser.cpp394 JSHandle<JSTaggedValue> functionName( in ParseFunctionType() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1394 std::string functionName = method->ParseFunctionName(); in GenerateCallFrame() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp625 …ModifierFlags const functionModifiers) -> std::pair<ir::ScriptFunction *, ir::MethodDefinition *> { in AddInitMethod()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js59221 functionName: n.func, property