Searched defs:SetContext (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ | ||
D | PVRTPFXParserAPI.cpp | 904 void CPVRTPFXEffect::SetContext(SPVRTContext *const pContext) in SetContext() function in CPVRTPFXEffect |
/external/v8/src/ | ||
D | deoptimizer.h | 796 void SetContext(intptr_t context) { context_ = context; } in SetContext() function |
/external/v8/src/interpreter/ | ||
D | interpreter-assembler.cc | 98 void InterpreterAssembler::SetContext(Node* value) { in SetContext() function in v8::internal::interpreter::InterpreterAssembler |
D | interpreter.cc | 1077 __ SetContext(new_context); in DoPushContext() local |
/external/v8/src/compiler/ | ||
D | bytecode-graph-builder.cc | 71 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function in v8::internal::compiler::BytecodeGraphBuilder::Environment |