Searched defs:GetFunction (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DPixelShader9.cpp94 long Direct3DPixelShader9::GetFunction(void *data, unsigned int *size) function in class:D3D9::Direct3DPixelShader9
H A DDirect3DVertexShader9.cpp94 long Direct3DVertexShader9::GetFunction(void *data, unsigned int *size) function in class:D3D9::Direct3DVertexShader9
/external/v8/src/debug/
H A Ddebug-frames.cc52 ? deoptimized_frame_->GetFunction()->shared()->script()
57 Handle<JSFunction> FrameInspector::GetFunction() { function in class:v8::internal::FrameInspector
59 return is_optimized_ ? deoptimized_frame_->GetFunction()
H A Ddebug-scopes.h112 inline Handle<JSFunction> GetFunction() { function in class:v8::internal::ScopeIterator
113 return frame_inspector_->GetFunction();
/external/rmi4utils/rmidevice/
H A Drmidevice.cpp85 if (GetFunction(f01, 1)) {
218 if (!GetFunction(f01, 1))
233 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber) function in class:RMIDevice
312 if (GetFunction(f01, 0x01)) {
/external/v8/src/
H A Dmessages.cc195 Handle<Object> JSStackFrame::GetFunction() const { function in class:v8::internal::JSStackFrame
633 Handle<Object> WasmStackFrame::GetFunction() const { function in class:v8::internal::WasmStackFrame
687 Handle<Object> AsmJsWasmStackFrame::GetFunction() const { function in class:v8::internal::AsmJsWasmStackFrame
H A Dapi.cc4922 return templ->GetFunction(context);
6343 MaybeLocal<v8::Function> FunctionTemplate::GetFunction(Local<Context> context) { function in class:v8::FunctionTemplate
6344 PREPARE_FOR_EXECUTION(context, FunctionTemplate, GetFunction, Function);
6354 Local<v8::Function> FunctionTemplate::GetFunction() { function in class:v8::FunctionTemplate
6356 RETURN_TO_LOCAL_UNCHECKED(GetFunction(context), Function);
/external/v8/src/mips/
H A Dassembler-mips.cc406 uint32_t Assembler::GetFunction(Instr instr) { function in class:v8::internal::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.cc387 uint32_t Assembler::GetFunction(Instr instr) { function in class:v8::internal::Assembler

Completed in 349 milliseconds