Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp325 DEFVARIABLE(functionId, VariableType::INT32(), Int32(PGO_BUILTINS_STUB_ID(NONE))); in TryGetBuiltinFunctionId()
330 functionId = Int32Mul(TruncInt64ToInt32(builtinsId), Int32(-1)); in TryGetBuiltinFunctionId()
334 auto ret = *functionId; in TryGetBuiltinFunctionId()
649 DEFVARIABLE(functionId, VariableType::INT32(), Int32(PGO_BUILTINS_STUB_ID(NONE))); in GetIterationFunctionId()
667 functionId = Int32(PGO_BUILTINS_STUB_ID(ARRAY_PROTO_ITERATOR)); in GetIterationFunctionId()
675 functionId = Int32(PGO_BUILTINS_STUB_ID(SET_PROTO_ITERATOR)); in GetIterationFunctionId()
683 functionId = Int32(PGO_BUILTINS_STUB_ID(MAP_PROTO_ITERATOR)); in GetIterationFunctionId()
691 functionId = Int32(PGO_BUILTINS_STUB_ID(STRING_PROTO_ITERATOR)); in GetIterationFunctionId()
700 functionId = Int32(PGO_BUILTINS_STUB_ID(TYPED_ARRAY_PROTO_ITERATOR)); in GetIterationFunctionId()
704 auto ret = *functionId; in GetIterationFunctionId()
/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.cpp162 writer->WriteNumber(info.functionId); in SerializeTraceFunctionInfo()
Dheap_snapshot.h303 int functionId = 0; member
Dheap_snapshot.cpp867 codeEntry.functionId = sequenceId; in AddMethodInfo()