/arkcompiler/runtime_core/bytecode_optimizer/ |
D | optimize_bytecode.cpp | 92 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
|
D | codegen.h | 41 explicit BytecodeGen(compiler::Graph *graph, pandasm::Function *function, in BytecodeGen()
|
/arkcompiler/runtime_core/irtoc/lang/ |
D | basic_block.rb | 19 attr_reader :index, :function, :preds, :instructions accessor in BasicBlock 22 def initialize(index, function) argument
|
D | irtoc.rb | 76 def function(name, **kwargs, &block) method in Irtoc
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | debug.cpp | 24 …eturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function) in AssertionFail()
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | stacktrace.cpp | 124 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()
|
D | debug_info.h | 132 void SetFunction(const std::string &function) in SetFunction()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_object_test.cpp | 95 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/ |
D | source_manager.h | 46 void EnumerateSourceFiles(Function &&function) const in EnumerateSourceFiles()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | bitops_bitwise_and_test.cpp | 120 auto &function = program.function_table.at(sig_main); in TEST_F() local
|
D | common.h | 730 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/ |
D | functions_test.cpp | 34 Json::Value function = {}; variable
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 82 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/ |
D | assemblyFunctionProto.cpp | 54 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()
|
D | assemblyProgramProto.cpp | 69 auto *function = allocator->New<panda::pandasm::Function>(protoFunction.name(), in Deserialize() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | test_runtime_stubs.cpp | 107 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/ |
D | cpu_profiler.cpp | 260 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/ |
D | test-class-definition.ts | 34 class Bar { c; d() { } e; let; var; const; function; f!: number } property in Bar
|
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
D | stub_tests.cpp | 113 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/ |
D | callable.h | 54 method_union(function_type function) : f(function) {} in method_union()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub-inl.h | 238 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/ |
D | compileQueue.cpp | 121 for (auto *function : functions) { in Schedule() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 635 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/ |
D | builtins_test.cpp | 109 JSHandle<JSFunction> function = factory->NewJSFunction(env, static_cast<void *>(nullptr)); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackinfo.cpp | 152 JSTaggedValue function = frameHandler.GetFunction(); in BuildJsStackInfo() local
|