Home
last modified time | relevance | path

Searched defs:GetFunction (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_namespace.h43 EtsMethod *GetFunction(const char *name, const char *signature) in GetFunction() function
Dets_module.h44 EtsMethod *GetFunction(const char *name, const char *signature) in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.h47 size_t GetFunction(int id) const in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmem_reference_table.h90 MIRFunction &GetFunction() in GetFunction() function
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.h129 std::string GetFunction() const in GetFunction() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.h131 std::string GetFunction() const in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h50 inline GateRef GetFunction(GateRef info) in GetFunction() function
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
DsourceLang_test.cpp52 static const pandasm::Function *GetFunction(const std::string &name, in GetFunction() function
Dhello_world_test.cpp79 static const pandasm::Function *GetFunction(const std::string &name, in GetFunction() function
/arkcompiler/ets_frontend/ets2panda/test/unit/
Dextern_flag_test.cpp107 …pandasm::Function *GetFunction(std::string_view functionName, const std::map<std::string, pandasm:… in GetFunction() function in ark::es2panda::compiler::test::DeclareTest
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h174 inline JSHandle<JSTaggedValue> GetFunction() const in GetFunction() function
Dframes.h623 inline JSTaggedValue GetFunction() const in GetFunction() function
1683 JSTaggedValue GetFunction() in GetFunction() function
1792 JSTaggedValue GetFunction() in GetFunction() function
1921 inline JSTaggedValue GetFunction() const in GetFunction() function
Dframes.cpp47 JSTaggedValue FrameIterator::GetFunction() const in GetFunction() function in panda::ecmascript::FrameIterator
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dinstruction_impl.h87 inline core::Function Instruction::GetFunction() const in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h134 LLVMValueRef GetFunction(size_t index) in GetFunction() function
Dllvm_ir_builder.cpp641 LLVMValueRef LLVMIRBuilder::GetFunction(LLVMValueRef glue, const CallSignature *signature, in GetFunction() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp198 JSTaggedValue FrameHandler::GetFunction() const in GetFunction() function in panda::ecmascript::FrameHandler
Dinterpreter-inl.cpp7899 JSTaggedValue EcmaInterpreter::GetFunction(JSTaggedType *sp) in GetFunction() function in panda::ecmascript::EcmaInterpreter
Dinterpreter_assembly.cpp7945 JSTaggedValue InterpreterAssembly::GetFunction(JSTaggedType *sp) in GetFunction() function in panda::ecmascript::InterpreterAssembly
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dasm_test.cpp33 ark::pandasm::Function *AsmTest::GetFunction(std::string_view functionName, in GetFunction() function in test::utils::AsmTest
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h441 MIRFunction &GetFunction() in GetFunction() function
446 const MIRFunction &GetFunction() const in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp200 JSTaggedType ArkStackMapParser::GetFunction(const std::vector<ARKDeopt> &deopts, size_t currentDept… in GetFunction() function in panda::ecmascript::kungfu::ArkStackMapParser
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h419 MIRFunction *GetFunction() const in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1411 Expr LiteCGIRBuilder::GetFunction(BB &bb, Expr glue, const CallSignature *signature, Expr rtbaseoff… in GetFunction() function in panda::ecmascript::kungfu::LiteCGIRBuilder