Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.h47 size_t GetFunction(int id) const in GetFunction() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.h129 std::string GetFunction() 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.h128 std::string GetFunction() const in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h49 inline GateRef GetFunction(GateRef info) in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h173 inline JSHandle<JSTaggedValue> GetFunction() const in GetFunction() function
Dframes.h579 inline JSTaggedValue GetFunction() const in GetFunction() function
1580 JSTaggedValue GetFunction() in GetFunction() function
1679 JSTaggedValue GetFunction() in GetFunction() function
1795 inline JSTaggedValue GetFunction() const in GetFunction() function
Dframes.cpp48 JSTaggedValue FrameIterator::GetFunction() const in GetFunction() function in panda::ecmascript::FrameIterator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h128 LLVMValueRef GetFunction(size_t index) in GetFunction() function
Dllvm_ir_builder.cpp595 LLVMValueRef LLVMIRBuilder::GetFunction(LLVMValueRef glue, const CallSignature *signature, in GetFunction() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_frontend/ets2panda/test/unit/
Drest_parameter_flag_test.cpp95 pandasm::Function *GetFunction(std::string_view functionName) in GetFunction() function in ark::es2panda::compiler::test::RestParameterTest
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp198 JSTaggedValue FrameHandler::GetFunction() const in GetFunction() function in panda::ecmascript::FrameHandler
Dinterpreter-inl.cpp7746 JSTaggedValue EcmaInterpreter::GetFunction(JSTaggedType *sp) in GetFunction() function in panda::ecmascript::EcmaInterpreter
Dinterpreter_assembly.cpp7868 JSTaggedValue InterpreterAssembly::GetFunction(JSTaggedType *sp) in GetFunction() function in panda::ecmascript::InterpreterAssembly
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp67 static const pandasm::Function *GetFunction(const std::string &name, in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h426 MIRFunction *GetFunction() const in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h784 MIRFunction &GetFunction() in GetFunction() function
789 const MIRFunction &GetFunction() const in GetFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1245 Expr LiteCGIRBuilder::GetFunction(BB &bb, Expr glue, const CallSignature *signature, Expr rtbaseoff… in GetFunction() function in panda::ecmascript::kungfu::LiteCGIRBuilder