Home
last modified time | relevance | path

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

12

/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp96 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
160 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
195 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
258 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
294 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
336 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
360 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
392 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
415 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
440 JSHandle<JSTaggedValue> function(thread, BuiltinsObjectTestCreate(thread)); in HWTEST_F_L0() local
[all …]
/ark/ts2abc/ts2panda/ts2abc/
Dts2abc.cpp79 auto function = panda::pandasm::Function( in MakeFuncDefintion() local
434 static int ParseVariablesDebugInfo(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseVariablesDebugInfo()
479 static int ParseSourceFileDebugInfo(const Json::Value &function, panda::pandasm::Function &pandaFun… in ParseSourceFileDebugInfo()
514 panda::pandasm::Function GetFunctionDefintion(const Json::Value &function) in GetFunctionDefintion()
553 static void ParseFunctionInstructions(const Json::Value &function, panda::pandasm::Function &pandaF… in ParseFunctionInstructions()
569 static void ParseFunctionLabels(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseFunctionLabels()
583 static void ParseFunctionCatchTables(const Json::Value &function, panda::pandasm::Function &pandaFu… in ParseFunctionCatchTables()
599 static void ParseFunctionCallType(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseFunctionCallType()
627 static void ParseFunctionTypeInfo(const Json::Value &function, panda::pandasm::Function &pandaFunc) in ParseFunctionTypeInfo()
655 static void ParseFunctionExportedType(const Json::Value &function, panda::pandasm::Function &pandaF… in ParseFunctionExportedType()
[all …]
/ark/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, in PrintFrame()
164 void PrintFrame(const std::string &function, uintptr_t offset, std::ostream &out) const in PrintFrame() argument
172 bool ReadSymbol(uintptr_t pc, std::string *function, uintptr_t *offset) const in ReadSymbol()
183 void Demangle(const std::string &function, std::ostream &out) const in Demangle() argument
Ddebug_info.h136 void SetFunction(const std::string &function) in SetFunction()
Ddebug_info.cpp231 bool DebugInfo::GetSrcLocation(uintptr_t pc, std::string *function, std::string *src_file, uint32_t… in GetSrcLocation()
348 …Info::AddFunction(CompUnit *cu, Dwarf_Addr low_pc, Dwarf_Addr high_pc, const std::string &function) in AddFunction()
/ark/runtime_core/libpandabase/utils/
Ddebug.cpp25 …eturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function) in AssertionFail()
/ark/js_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp86 auto function = stubModule.GetTestFunction(TEST_STUB_ID(PhiGateTest)); in HWTEST_F_L0() local
108 auto function = stubModule.GetTestFunction(TEST_STUB_ID(LoopTest)); in HWTEST_F_L0() local
132 auto function = stubModule.GetTestFunction(TEST_STUB_ID(LoopTest1)); in HWTEST_F_L0() local
157 auto function = stubModule.GetStubFunction(FAST_STUB_ID(FastAdd)); in HWTEST_F_L0() local
189 auto function = stubModule.GetStubFunction(FAST_STUB_ID(FastSub)); in HWTEST_F_L0() local
217 auto function = stubModule.GetStubFunction(FAST_STUB_ID(FastMul)); in HWTEST_F_L0() local
264 auto function = stubModule.GetStubFunction(FAST_STUB_ID(FastDiv)); in HWTEST_F_L0() local
307 auto function = stubModule.GetStubFunction(FAST_STUB_ID(FastMod)); in HWTEST_F_L0() local
872 LLVMValueRef function = LLVMGetNamedFunction(module, "main"); in HWTEST_F_L0() local
920 auto function = stubModule.GetStubFunction(FAST_STUB_ID(GetPropertyByIndex)); in HWTEST_F_L0() local
[all …]
/ark/ts2abc/ts2panda/ts2abc/tests/
Dfunctions_test.cpp34 Json::Value function = {}; variable
/ark/js_runtime/ecmascript/containers/
Dcontainers_private.cpp123 JSHandle<JSFunction> function = NewFunction(thread, keyString, func, length); in SetFrozenFunction() local
142 JSHandle<JSFunction> function = in NewFunction() local
155 JSHandle<JSFunction> function = factory->NewJSFunction(env, reinterpret_cast<void *>(func)); in CreateGetter() local
178 JSHandle<JSFunction> function = factory->NewJSFunction(env, reinterpret_cast<void *>(func)); in SetFunctionAtSymbol() local
/ark/runtime_core/verification/util/
Dcallable.h54 method_union(function_type function) : f(function) {} in method_union()
/ark/js_runtime/ecmascript/tests/
Dbuiltins_test.cpp110 JSHandle<JSFunction> function = factory->NewJSFunction(env, static_cast<void *>(nullptr)); in HWTEST_F_L0() local
Djs_serializer_test.cpp1053 JSHandle<JSTaggedValue> function = env->GetRegExpFunction(); in HWTEST_F_L0() local
/ark/runtime_core/runtime/entrypoints/
Dentrypoints.cpp43 explicit ScopedLog(const char *function) : function_(function) in ScopedLog()
/ark/js_runtime/ecmascript/compiler/
Dllvm_codegen.h176 void *GetFuncPtrFromCompiledModule(LLVMValueRef function) in GetFuncPtrFromCompiledModule()
Dinterpreter_stub-inl.h202 GateRef InterpreterStub::GetProfileTypeInfoFromFunction(GateRef function) in GetProfileTypeInfoFromFunction()
207 GateRef InterpreterStub::GetConstpoolFromFunction(GateRef function) in GetConstpoolFromFunction()
Dllvm_codegen.cpp60 LLVMValueRef function = module_->GetStubFunction(index); in GenerateCodeForStub() local
Dinterpreter_stub.cpp1031 GateRef function = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
3658 GateRef function = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
3684 GateRef function = GetFunctionFromFrame(prevState); in DECLARE_ASM_HANDLER() local
3717 GateRef function = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
3744 GateRef function = GetFunctionFromFrame(prevState); in DECLARE_ASM_HANDLER() local
3791 GateRef function = GetFunctionFromFrame(frame); in DECLARE_ASM_HANDLER() local
3817 GateRef function = GetFunctionFromFrame(prevState); in DECLARE_ASM_HANDLER() local
3855 GateRef function = GetFunctionFromFrame(GetFrame(*varSp)); in DECLARE_ASM_HANDLER() local
/ark/js_runtime/ecmascript/
Dbuiltins.cpp360 …JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(factory_->NewJSObject(funcFuncIntanceDy… in InitializeFunction() local
920 …JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(factory_->NewJSObject(nativeErrorFuncCl… in InitializeAllTypeError() local
1812 …JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(factory_->NewJSObject(specificTypedArra… in InitializeTypedArray() local
2235 JSHandle<JSFunction> function = factory_->NewJSFunction(env, reinterpret_cast<void *>(func)); in NewFunction() local
2253 JSHandle<JSFunction> function(NewFunction(env, key, func, length)); in SetFunction() local
2262 JSHandle<JSFunction> function = NewFunction(env, keyString, func, length); in SetFrozenFunction() local
2272 JSHandle<JSFunction> function = factory_->NewJSFunction(env, reinterpret_cast<void *>(func)); in SetFunctionAtSymbol() local
2305 JSHandle<JSFunction> function = factory_->NewJSFunction(env, reinterpret_cast<void *>(func)); in CreateGetter() local
2316 JSHandle<JSFunction> function = factory_->NewJSFunction(env, reinterpret_cast<void *>(func)); in CreateSetter() local
2363 JSHandle<JSFunction> function = factory_->NewJSFunction(env, reinterpret_cast<void *>(func)); in SetFuncToObjAndGlobal() local
[all …]
Dobject_factory.cpp487 JSHandle<JSTaggedValue> function = env->GetArrayFunction(); in NewJSArray() local
977 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(NewJSObject(clazz)); in NewJSFunctionByDynClass() local
1030 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(intlBoundFunc); in NewJSIntlBoundFunction() local
1053 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(revocFunction); in NewJSProxyRevocFunction() local
1146 JSHandle<JSPrimitiveRef> ObjectFactory::NewJSPrimitiveRef(const JSHandle<JSFunction> &function, in NewJSPrimitiveRef()
1169 JSHandle<JSTaggedValue> function; in NewJSPrimitiveRef() local
1900 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(reactionsFunction); in CreateJSPromiseReactionsFunction() local
1916 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(executorFunction); in CreateJSPromiseExecutorFunction() local
1927 JSHandle<JSPromiseAllResolveElementFunction> function = in NewJSPromiseAllResolveElementFunction() local
Dframes.h356 JSTaggedValue function; member
Druntime_trampolines.cpp528 JSTaggedValue function = EcmaInterpreter::GetNewTarget(reinterpret_cast<JSTaggedType *>(sp)); in DEF_RUNTIME_TRAMPOLINES() local
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1504 JSHandle<JSFunction> function(constructor); in RegisterCallback() local
1547 JSHandle<JSFunction> function(constructor); in RegisterCallbackWithProperty() local
1590 JSHandle<JSFunction> function(constructor); in RegisterCallbackWithNewTarget() local
/ark/runtime_core/assembler/tests/
Dparser_test.cpp2670 auto &function = program.function_table.find("main")->second; in TEST() local
2703 auto &function = program.function_table.find("main")->second; in TEST() local
2871 auto &function = program.function_table.find("main")->second; in TEST() local
/ark/js_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp290 Local<FunctionRef> function = FunctionRef::New(vm_, nullptr, nullptr); in HWTEST_F_L0() local
/ark/runtime_core/assembler/
Dassembly-emitter.cpp611 auto &function = func_it->second; in CreateAnnotationItem() local

12