Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp92 void BuildMapFromPcToIns(pandasm::Function &function, BytecodeOptIrInterface &ir_interface, in BuildMapFromPcToIns()
110 static void ExtractTypeInfo(const pandasm::Function &function, compiler::RuntimeInterface *adapter, in ExtractTypeInfo()
156 static void BuildMapFromPcToType(const pandasm::Function &function, const compiler::Graph *graph, in BuildMapFromPcToType()
184 static void ColumnNumberPropagate(pandasm::Function *function) in ColumnNumberPropagate()
211 static void LineNumberPropagate(pandasm::Function *function) in LineNumberPropagate()
242 static void DebugInfoPropagate(pandasm::Function &function, const compiler::Graph *graph, in DebugInfoPropagate()
252 static bool SkipFunction(const pandasm::Function &function, const std::string &func_name) in SkipFunction()
311 panda::pandasm::Function &function = it->second; in OptimizeFunction() local
Dcodegen.h41 explicit BytecodeGen(compiler::Graph *graph, pandasm::Function *function, in BytecodeGen()
/arkcompiler/runtime_core/irtoc/lang/
Dbasic_block.rb19 attr_reader :index, :function, :preds, :instructions accessor in BasicBlock
22 def initialize(index, function) argument
Dirtoc.rb76 def function(name, **kwargs, &block) method in Irtoc
/arkcompiler/runtime_core/libpandabase/utils/
Ddebug.cpp24 …eturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function) in AssertionFail()
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp124 std::string function; in PrintFrame() local
140 …void PrintFrame(const std::string &function, const std::string &src_file, unsigned int line, std::… in PrintFrame()
163 void PrintFrame(const std::string &function, uintptr_t offset, std::ostream &out) in PrintFrame()
171 bool ReadSymbol(uintptr_t pc, std::string *function, uintptr_t *offset) in ReadSymbol()
182 void Demangle(const std::string &function, std::ostream &out) in Demangle()
Ddebug_info.h132 void SetFunction(const std::string &function) in SetFunction()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp95 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
159 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
194 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
257 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
293 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
335 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
359 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
391 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
414 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
439 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_manager.h46 void EnumerateSourceFiles(Function &&function) const in EnumerateSourceFiles()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbitops_bitwise_and_test.cpp120 auto &function = program.function_table.at(sig_main); in TEST_F() local
Dcommon.h730 auto &function = prog->function_table.at(fun_name); in CheckOtherPasses() local
763 auto &function = prog->function_table.at(func_name); in CheckConstArrayFilling() local
807 auto &function = prog->function_table.at(func_name); in CheckConstArray() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/
Dfunctions_test.cpp34 Json::Value function = {}; variable
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp82 auto function = panda::pandasm::Function( in MakeFuncDefintion() local
444 static int ParseVariablesDebugInfo(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseVariablesDebugInfo()
489 static int ParseSourceFileInfo(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseSourceFileInfo()
522 panda::pandasm::Function GetFunctionDefintion(const Json::Value &function) in GetFunctionDefintion()
561 static void ParseFunctionInstructions(const Json::Value &function, panda::pandasm::Function &pandaF… in ParseFunctionInstructions()
577 static void ParseFunctionLabels(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseFunctionLabels()
591 static void ParseFunctionCatchTables(const Json::Value &function, panda::pandasm::Function &pandaFu… in ParseFunctionCatchTables()
607 static std::vector<std::pair<int32_t, uint32_t>> GetInstTypeMap(const Json::Value &function, in GetInstTypeMap()
654 static void ParseFunctionTypeInfo(const Json::Value &function, panda::pandasm::Function &pandaFunc, in ParseFunctionTypeInfo()
760 static void ParseFunctionExportedType(const Json::Value &function, panda::pandasm::Function &pandaF… in ParseFunctionExportedType()
[all …]
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp54 void Function::Serialize(const panda::pandasm::Function &function, protoPanda::Function &protoFunct… in Serialize()
112 …unction::Deserialize(const protoPanda::Function &protoFunction, panda::pandasm::Function &function, in Deserialize()
DassemblyProgramProto.cpp69 auto *function = allocator->New<panda::pandasm::Function>(protoFunction.name(), in Deserialize() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp107 JSFunction *function = env->GetObjectFunction().GetObject<JSFunction>(); in DEF_RUNTIME_STUBS() local
129 JSFunction* function = env->GetObjectFunction().GetObject<JSFunction>(); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp260 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in GetRunningState() local
398 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in ParseMethodInfo() local
456 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in GetNativeStack() local
698 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in GetMethodIdentifier() local
726 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in GetNativeMethodCallPos() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definition.ts34 class Bar { c; d() { } e; let; var; const; function; f!: number } property in Bar
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp113 auto function = stubModule.GetFunction(CommonStubCSigns::Add); in HWTEST_F_L0() local
156 auto function = stubModule.GetFunction(CommonStubCSigns::Sub); in HWTEST_F_L0() local
195 auto function = stubModule.GetFunction(CommonStubCSigns::Mul); in HWTEST_F_L0() local
253 auto function = stubModule.GetFunction(CommonStubCSigns::Div); in HWTEST_F_L0() local
304 auto function = stubModule.GetFunction(CommonStubCSigns::Mod); in HWTEST_F_L0() local
599 auto function = stubModule.GetFunction(CommonStubCSigns::GetPropertyByIndex); in HWTEST_F_L0() local
634 auto function = stubModule.GetFunction(CommonStubCSigns::DeprecatedGetPropertyByName); in HWTEST_F_L0() local
707 LLVMValueRef function = stubModule.GetFunction(CommonStubCSigns::DeprecatedGetPropertyByValue); in HWTEST_F_L0() local
780 auto function = stubModule.GetFunction(CommonStubCSigns::TypeOf); in HWTEST_F_L0() local
872 auto function = stubModule.GetFunction(CommonStubCSigns::Equal); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/verification/util/
Dcallable.h54 method_union(function_type function) : f(function) {} in method_union()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h238 GateRef InterpreterStubBuilder::GetEnvFromFunction(GateRef function) in GetEnvFromFunction()
248 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction()
253 GateRef InterpreterStubBuilder::GetHomeObjectFromFunction(GateRef function) in GetHomeObjectFromFunction()
311 void InterpreterStubBuilder::SetHomeObjectToFunction(GateRef glue, GateRef function, GateRef value) in SetHomeObjectToFunction()
317 void InterpreterStubBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction()
323 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState()
434 GateRef function = GetFunctionFromFrame(state); in GetStartIdxAndNumArgs() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp121 for (auto *function : functions) { in Schedule() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp635 JSHandle<JSFunction> function(env->GetArrayFunction()); in NewJSArray() local
1527 JSHandle<JSFunction> function; in NewJSFunctionByHClass() local
1552 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(NewJSObject(clazz)); in NewJSFunctionByHClass() local
1639 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(intlBoundFunc); in NewJSIntlBoundFunction() local
1660 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(revocFunction); in NewJSProxyRevocFunction() local
1749 JSHandle<JSPrimitiveRef> ObjectFactory::NewJSPrimitiveRef(const JSHandle<JSFunction> &function, in NewJSPrimitiveRef()
1771 JSHandle<JSTaggedValue> function; in NewJSPrimitiveRef() local
2807 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(reactionsFunction); in CreateJSPromiseReactionsFunction() local
2822 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(executorFunction); in CreateJSPromiseExecutorFunction() local
2834 JSHandle<JSPromiseAllResolveElementFunction> function = in NewJSPromiseAllResolveElementFunction() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Dbuiltins_test.cpp109 JSHandle<JSFunction> function = factory->NewJSFunction(env, static_cast<void *>(nullptr)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp152 JSTaggedValue function = frameHandler.GetFunction(); in BuildJsStackInfo() local

12