Home
last modified time | relevance | path

Searched refs:functionId (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp175 const std::string functionId("test_1"); in HWTEST_F_L0() local
194 TSTypeTestHelper::AddLiteral(program, functionId, functionTags, functionValues); in HWTEST_F_L0()
197 TSTypeTestHelper::AddTypeSummary(program, { functionId }); in HWTEST_F_L0()
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerDriver.ts77 private functionId: number = 1; // 0 reserved for main property in CompilerDriver
383 let idx = this.functionId++;
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp164 writer_->Write(info.functionId); in SerializeTraceFunctionInfo()
Dheap_snapshot.h280 int functionId = 0; member
Dheap_snapshot.cpp799 codeEntry.functionId = sequenceId; in AddMethodInfo()