Home
last modified time | relevance | path

Searched defs:function (Results 2551 - 2575 of 2580) sorted by relevance

1...<<101102103104

/third_party/typescript/lib/
H A DtypescriptServices.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3712 JSFunction *function = JSFunction::Cast(func.GetTaggedValue().GetTaggedObject()); in GetSourceCode() local
4169 InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) InitForConcurrentFunction() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp104 auto function = module->getFunction(name); in CreateFunctionDeclaration() local
2066 auto function = GetOrCreateFunctionForCall(caller, method); CreateSaveStateBundle() local
2129 auto function = func_->getParent()->getFunction(methodName); EncodeInlineInfo() local
2552 auto function = module->getFunction(methodName); GetOrCreateFunctionForCall() local
4017 auto function = ctor->func_->getParent()->getFunction(externalName); VisitCall() local
4228 auto function = ctor->GetOrCreateFunctionForCall(call, callee); VisitCallStatic() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h350 GateRef function = Load(VariableType::JS_POINTER(), frame, in SaveHotnessCounterIfNeeded() local
3093 inline void StubBuilder::SetProtoOrHClassToFunction(GateRef glue, GateRef function, GateRef value, in SetProtoOrHClassToFunction() argument
3097 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); in SetProtoOrHClassToFunction() local
3100 inline GateRef StubBuilder::GetProtoOrHClass(GateRef function) in GetProtoOrHClass() argument
3144 inline void StubBuilder::SetHomeObjectToFunction(GateRef glue, GateRef function, GateRef value, in SetHomeObjectToFunction() argument
3148 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); in SetHomeObjectToFunction() local
3151 inline void StubBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRe argument
3155 Store(VariableType::JS_POINTER(), glue, function, offset, value, mAttr); SetModuleToFunction() local
3158 SetWorkNodePointerToFunction(GateRef glue, GateRef function, GateRef value, MemoryAttribute mAttr) SetWorkNodePointerToFunction() argument
3162 Store(VariableType::NATIVE_POINTER(), glue, function, offset, value, mAttr); SetWorkNodePointerToFunction() local
3165 SetMethodToFunction(GateRef glue, GateRef function, GateRef value, MemoryAttribute mAttr) SetMethodToFunction() argument
3169 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); SetMethodToFunction() local
3172 SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef method) SetCodeEntryToFunctionFromMethod() argument
3177 Store(VariableType::NATIVE_POINTER(), glue, function, funcOffset, codeEntry); SetCodeEntryToFunctionFromMethod() local
3180 SetCodeEntryToFunctionFromFuncEntry(GateRef glue, GateRef function, GateRef codeEntry) SetCodeEntryToFunctionFromFuncEntry() argument
3183 Store(VariableType::NATIVE_POINTER(), glue, function, funcOffset, codeEntry); SetCodeEntryToFunctionFromFuncEntry() local
3186 SetLengthToFunction(GateRef glue, GateRef function, GateRef value) SetLengthToFunction() argument
3189 Store(VariableType::INT32(), glue, function, offset, value, MemoryAttribute::NoBarrier()); SetLengthToFunction() local
3192 GetLengthFromFunction(GateRef function) GetLengthFromFunction() argument
3197 SetRawProfileTypeInfoToFunction(GateRef glue, GateRef function, GateRef value, MemoryAttribute mAttr) SetRawProfileTypeInfoToFunction() argument
3201 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); SetRawProfileTypeInfoToFunction() local
3250 SetCompiledCodeFlagToFunction(GateRef glue, GateRef function, GateRef value) SetCompiledCodeFlagToFunction() argument
3257 Store(VariableType::INT32(), glue, function, bitFieldOffset, newVal); SetCompiledCodeFlagToFunction() local
3275 SetTaskConcurrentFuncFlagToFunction(GateRef glue, GateRef function, GateRef value) SetTaskConcurrentFuncFlagToFunction() argument
3284 Store(VariableType::INT32(), glue, function, bitFieldOffset, newVal); SetTaskConcurrentFuncFlagToFunction() local
3287 SetBitFieldToFunction(GateRef glue, GateRef function, GateRef value) SetBitFieldToFunction() argument
3290 Store(VariableType::INT32(), glue, function, bitFieldOffset, value); SetBitFieldToFunction() local
3293 SetMachineCodeToFunction(GateRef glue, GateRef function, GateRef value, MemoryAttribute mAttr) SetMachineCodeToFunction() argument
3296 Store(VariableType::JS_ANY(), glue, function, offset, value, mAttr); SetMachineCodeToFunction() local
3305 GetMethodFromFunction(GateRef function) GetMethodFromFunction() argument
3310 GetModuleFromFunction(GateRef function) GetModuleFromFunction() argument
3315 GetHomeObjectFromFunction(GateRef function) GetHomeObjectFromFunction() argument
[all...]
H A Dstub_builder.cpp5642 GateRef function = GetGlobalEnvValue(VariableType::JS_ANY(), glueGlobalEnv, GlobalEnv::HASINSTANCE_FUNCTION_INDEX); in TryFastHasInstance() local
10185 void StubBuilder::SetCompiledCodeFlagToFunctionFromMethod(GateRef glue, GateRef function, GateRef method) in SetCompiledCodeFlagToFunctionFromMethod() argument
10195 void StubBuilder::UpdateProfileTypeInfoCellToFunction(GateRef glue, GateRef function, in UpdateProfileTypeInfoCellToFunction() argument
[all...]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp5539 TFunction *function = new TFunction(&symbol->getName(), TType(EbtVoid)); global() local
6358 TFunction *function; global() variable
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp1592 void HlslParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool prototype) in handleFunctionDeclarator() argument
1651 handleFunctionDefinition(const TSourceLoc& loc, TFunction& function, const TAttributes& attributes, TIntermNode*& entryPointTree) handleFunctionDefinition() argument
2292 handleFunctionBody(const TSourceLoc& loc, TFunction& function, TIntermNode* functionBody, TIntermNode*& node) handleFunctionBody() argument
2310 remapEntryPointIO(TFunction& function, TVariable*& returnValue, TVector<TVariable*>& inputs, TVector<TVariable*>& outputs) remapEntryPointIO() argument
2435 remapNonEntryPointIO(TFunction& function) remapNonEntryPointIO() argument
2475 handleFunctionArgument(TFunction* function, TIntermTyped*& arguments, TIntermTyped* newArg) handleFunctionArgument() argument
5486 handleFunctionCall(const TSourceLoc& loc, TFunction* function, TIntermTyped* arguments) handleFunctionCall() argument
5762 addInputArgumentConversions(const TFunction& function, TIntermTyped*& arguments) addInputArgumentConversions() argument
5835 expandArguments(const TSourceLoc& loc, const TFunction& function, TIntermTyped*& arguments) expandArguments() argument
5908 addOutputArgumentConversions(const TFunction& function, TIntermOperator& intermNode) addOutputArgumentConversions() argument
6550 constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& function, TOperator op, TType& type) constructorError() argument
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc2125 i::Handle<i::JSFunction> function = i::Handle<i::JSFunction>::cast(callable); in TestVerifySourcePositions() local
2441 FunctionAndArgumentsToString(Local<Function> function, Local<Value> arguments, Local<String>* source, Isolate* isolate) FunctionAndArgumentsToString() argument
3821 Local<Value> function = InspectorClient() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc2228 Node* function in BuildBitCountingCall() local
2348 Node* function = gasm_->ExternalConstant(ref); BuildCFuncInstruction() local
2391 Node* function = gasm_->ExternalConstant(ref); BuildIntToFloatConversionInstruction() local
2434 Node* function = gasm_->ExternalConstant(call_ref); BuildCcallConvertFloat() local
2964 Node* function = gasm_->ExternalConstant(ref); BuildDiv64Call() local
2977 BuildCCall(MachineSignature* sig, Node* function, Args... args) BuildCCall() argument
3281 BuildLoadCallTargetFromExportedFunctionData( Node* function) BuildLoadCallTargetFromExportedFunctionData() argument
3301 Node* function = args[0]; BuildCallRef() local
5420 Node* function = MemoryInit() local
5495 Node* function = MemoryCopy() local
5514 Node* function = MemoryFill() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc785 Handle<JSFunction> function in AppendJavaScriptFrame() local
826 IsStrictFrame(Handle<JSFunction> function) IsStrictFrame() argument
836 IsVisibleInStackTrace(Handle<JSFunction> function) IsVisibleInStackTrace() argument
844 ShouldIncludeFrame(Handle<JSFunction> function) ShouldIncludeFrame() argument
862 IsNotHidden(Handle<JSFunction> function) IsNotHidden() argument
880 AppendFrame(Handle<Object> receiver_or_instance, Handle<Object> function, Handle<HeapObject> code, int offset, int flags, Handle<FixedArray> parameters) AppendFrame() argument
924 JSFunction const function = JSFunction::cast(object); IsBuiltinFunction() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h4199 FunctionLiteralT function = impl()->ParseFunctionLiteral( ParseHoistableDeclaration() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h1687 uint16 function; /* SVGA3dFogFunction */ member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp2986 _uniform_function function = (_uniform_function)data[n_check * 3 + 0]; verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() local
13488 BuiltinFunctionTest(deqp::Context& context, std::string caseName, FunctionEnum function, TypeDefinition typeDefinition) BuiltinFunctionTest() argument
13895 getFunctionObject(FunctionEnum function, const typeDetails& type) getFunctionObject() argument
14657 isFunctionImplemented(FunctionEnum function, const typeDetails& type) const isFunctionImplemented() argument
15114 test(FunctionEnum function, const typeDetails& type) test() argument
15452 FunctionEnum function; init() member
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h8159 void CallRuntime(R (*function)(P...)) { in CallRuntime() argument
8164 void TailCallRuntime(R (*function)(P...)) { in TailCallRuntime() argument
8883 CallRuntimeHelper(R (function)P...), RuntimeCallType call_type) CallRuntimeHelper() argument
[all...]
/third_party/python/Modules/
H A Dposixmodule.c1684 win32_error(const char* function, const char* filename) in win32_error() argument
1699 win32_error_object_err(const char* function, PyObject* filename, DWORD err) in win32_error_object_err() argument
1712 win32_error_object(const char* function, PyObject* filename) in win32_error_object() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp10212 VULKAN_HPP_NAMESPACE::CuFunctionNVX function; in createCuFunctionNVX() local
10232 VULKAN_HPP_NAMESPACE::CuFunctionNVX function; in createCuFunctionNVXUnique() local
19530 VULKAN_HPP_NAMESPACE::CudaFunctionNV function; createCudaFunctionNV() local
19550 VULKAN_HPP_NAMESPACE::CudaFunctionNV function; createCudaFunctionNVUnique() local
[all...]
H A Dvulkan_raii.hpp15852 VULKAN_HPP_NAMESPACE::CuFunctionNVX function; variable
6383 CuFunctionNVX( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCuFunctionNVX function, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CuFunctionNVX() argument
6612 CudaFunctionNV( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCudaFunctionNV function, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) CudaFunctionNV() argument
20345 VULKAN_HPP_NAMESPACE::CudaFunctionNV function; global() variable
[all...]
H A Dvulkan_structs.hpp20043 VULKAN_HPP_NAMESPACE::CuFunctionNVX function = {}; member
20539 VULKAN_HPP_NAMESPACE::CudaFunctionNV function = {}; global() member
[all...]
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c5347 DestroyCuFunctionNVX( VkDevice device, VkCuFunctionNVX function, const VkAllocationCallbacks* pAllocator) DestroyCuFunctionNVX() argument
7562 DestroyCudaFunctionNV( VkDevice device, VkCudaFunctionNV function, const VkAllocationCallbacks* pAllocator) DestroyCudaFunctionNV() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp2763 handleError(GLenum errorCode, const char *message, const char *file, const char *function, unsigned int line) handleError() argument
9253 handleError(GLenum errorCode, const char *message, const char *file, const char *function, unsigned int line) handleError() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10623 auto function = panda::CopyableGlobal(vm, func); ParseJsGetFunc() local
10650 auto function = panda::CopyableGlobal(vm, func); ParseJsFunc() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc2024 i::Handle<i::JSFunction> function = in BindToCurrentContext() local
2679 i::Handle<i::JSFunction> function = in CompileFunctionInternal() local
2814 CreateCodeCacheForFunction( Local<Function> function) CreateCodeCacheForFunction() argument
9145 i::Handle<i::JSReceiver> function = Utils::OpenHandle(*v8_function); EnqueueMicrotask() local
[all...]

Completed in 300 milliseconds

1...<<101102103104