| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.cpp | 139 auto function = GetFunction(); in GetMethod() 146 auto function = GetFunction(); in CheckAndGetMethod() 166 JSTaggedValue FrameHandler::GetFunction() const in GetFunction() function in panda::ecmascript::FrameHandler 179 return frame->GetFunction(); in GetFunction() 184 return frame->GetFunction(); in GetFunction() 189 return frame->GetFunction(); in GetFunction()
|
| D | interpreter_assembly.h | 47 static JSTaggedValue GetFunction(JSTaggedType *sp);
|
| D | interpreter.h | 68 static inline JSTaggedValue GetFunction(JSTaggedType *sp);
|
| D | frame_handler.h | 206 JSTaggedValue GetFunction() const;
|
| D | interpreter-inl.h | 639 JSHandle<JSTaggedValue> func = info->GetFunction(); in Execute() 948 JSTaggedValue func = frameHandler.GetFunction(); in GetCurrentEntryPoint() 1472 JSFunction *func = JSFunction::Cast(GetFunction(currentSp).GetTaggedObject()); in RunInternal() 1521 JSFunction *func = JSFunction::Cast(GetFunction(currentSp).GetTaggedObject()); in RunInternal() 2601 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() 3011 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() 3076 SET_ACC(GetFunction(sp)); in RunInternal() 3169 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() 3304 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() 3737 JSTaggedValue thisFunc = GetFunction(sp); in RunInternal() [all …]
|
| D | interpreter_assembly.cpp | 2299 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbyvalueImm8V8V8() 2637 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm8Id16V8() 2821 SET_ACC(GetFunction(sp)); in HandleLdfunction() 3589 JSTaggedValue thisFunc = GetFunction(sp); in HandleWideSupercallthisrangePrefImm16V8() 3962 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdhomeobjectPrefNone() 4062 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbynamePrefId32V8() 4288 JSTaggedValue thisFunc = GetFunction(sp); in HandleDeprecatedLdsuperbyvaluePrefV8V8() 5168 JSTaggedValue thisFunc = GetFunction(sp); in HandleStsuperbynameImm16Id16V8() 5190 JSTaggedValue thisFunc = GetFunction(sp); in HandleLdsuperbynameImm16Id16() 5213 JSTaggedValue thisFunc = GetFunction(sp); in HandleLdsuperbynameImm8Id16() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 126 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in GetNativeStack() 168 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in GetRunningState() 226 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in GetNativeMethodCallPos() 273 JSFunction* function = JSFunction::Cast(it.GetFunction().GetTaggedObject()); in GetMethodIdentifier()
|
| D | js_stackinfo.cpp | 156 JSTaggedValue function = it.GetFunction(); in BuildJsStackInfo()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | builtins_base.h | 39 return msg->GetFunction(); in GetConstructor()
|
| D | error_helper.cpp | 214 auto function = frameHandler.GetFunction(); in GetErrorJSFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | assembler_module.h | 47 size_t GetFunction(int id) const in GetFunction() function
|
| D | file_generators.cpp | 74 LLVMValueRef func = llvmModule_->GetFunction(j); in CollectFuncEntryInfo() 85 LLVMValueRef func = llvmModule_->GetFunction(j); in CollectFuncEntryInfo() 234 auto entryOffset = asmModule_.GetFunction(cs->GetID()); in CollectAsmStubCodeInfo() 237 funSize = asmModule_.GetFunction(nextcs->GetID()) - entryOffset; in CollectAsmStubCodeInfo()
|
| D | llvm_ir_builder.h | 135 LLVMValueRef GetFunction(size_t index) in GetFunction() function 417 …LLVMValueRef GetFunction(LLVMValueRef glue, const CallSignature *signature, LLVMValueRef rtbaseoff…
|
| D | llvm_ir_builder.cpp | 515 LLVMValueRef LLVMIRBuilder::GetFunction(LLVMValueRef glue, const CallSignature *signature, in GetFunction() function in panda::ecmascript::kungfu::LLVMIRBuilder 585 LLVMValueRef callee = GetFunction(glue, signature, rtbaseoffset, targetName); in VisitRuntimeCall() 634 LLVMValueRef callee = GetFunction(glue, signature, rtbaseoffset); in VisitRuntimeCallWithArgv() 824 callee = GetFunction(glue, calleeDescriptor, rtbaseoffset); in VisitCall() 832 callee = GetFunction(glue, calleeDescriptor, rtbaseoffset); in VisitCall() 863 callee = GetFunction(glue, calleeDescriptor, rtbaseoffset); in VisitCall() 939 LLVMValueRef callee = GetFunction(glue, signature, rtbaseoffset); in VisitBytecodeCall()
|
| D | llvm_codegen.cpp | 220 LLVMValueRef function = module_->GetFunction(index); in GenerateCodeForStub()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_runtime_call_info.h | 173 inline JSHandle<JSTaggedValue> GetFunction() const in GetFunction() function 195 JSHandle<JSTaggedValue> func = GetFunction(); in GetFunctionValue()
|
| D | frames.cpp | 49 auto function = GetFunction(); in CheckAndGetMethod() 56 JSTaggedValue FrameIterator::GetFunction() const in GetFunction() function in panda::ecmascript::FrameIterator 63 return frame->GetFunction(); in GetFunction() 81 return frame->GetFunction(); in GetFunction() 86 return frame->GetFunction(); in GetFunction()
|
| D | js_function.cpp | 261 JSHandle<JSTaggedValue> func = info->GetFunction(); in Call() 284 JSHandle<JSTaggedValue> func(info->GetFunction()); in Construct() 428 JSHandle<JSFunction> func(info->GetFunction()); in ConstructInternal() 549 JSHandle<JSBoundFunction> func(info->GetFunction()); in ConstructInternal()
|
| D | frames.h | 493 inline JSTaggedValue GetFunction() const in GetFunction() function 1449 JSTaggedValue GetFunction() in GetFunction() function 1543 JSTaggedValue GetFunction() in GetFunction() function 1650 JSTaggedValue GetFunction() const;
|
| D | js_proxy.cpp | 881 JSHandle<JSProxy> proxy(info->GetFunction()); in CallInternal() 935 JSHandle<JSProxy> proxy(info->GetFunction()); in ConstructInternal()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | debug_info.cpp | 269 *function = it->GetFunction(); in GetSrcLocation() 357 … ranges_.insert(Range(enclosing.GetLowPc(), low_pc, enclosing.GetCu(), enclosing.GetFunction())); in AddFunction() 361 … ranges_.insert(Range(high_pc, enclosing.GetHighPc(), enclosing.GetCu(), enclosing.GetFunction())); in AddFunction()
|
| D | debug_info.h | 128 std::string GetFunction() const in GetFunction() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.h | 49 inline GateRef GetFunction(GateRef info) in GetFunction() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 463 callInfo->GetThis(), callInfo->GetFunction(), callInfo->GetCallArg(0))); in HWTEST_F_L0() 561 …JSAPIArrayList::ForEach(thread, callInfo->GetThis(), callInfo->GetFunction(), callInfo->GetCallArg… in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 770 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() 790 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() 2263 JSHandle<JSTaggedValue> func(info->GetFunction()); in NewObject() 2299 JSHandle<JSFunction> function(thread, frameHandler.GetFunction()); in SaveFrameToContext() 2321 JSHandle<JSBoundFunction> boundFunc(info->GetFunction()); in CallBoundFunction()
|